mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Fix some typos (#6113)
* Fix some typos. * Update volume.py Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ class ShuffledShiftCipher:
|
||||
This algorithm uses the Caesar Cipher algorithm but removes the option to
|
||||
use brute force to decrypt the message.
|
||||
|
||||
The passcode is a a random password from the selection buffer of
|
||||
The passcode is a random password from the selection buffer of
|
||||
1. uppercase letters of the English alphabet
|
||||
2. lowercase letters of the English alphabet
|
||||
3. digits from 0 to 9
|
||||
|
||||
Reference in New Issue
Block a user