Skip to content

Commit f03ac54

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c08771 commit f03ac54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ciphers/shuffled_shift_cipher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ShuffledShiftCipher:
1616
1717
Each cipher object can possess an optional argument as passcode, without which a
1818
new passcode is generated for that object automatically.
19-
19+
2020
Example:
2121
>>> cip1 = ShuffledShiftCipher('d4usr9TWxw9wMD')
2222
>>> cip2 = ShuffledShiftCipher()

0 commit comments

Comments
 (0)