We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25757e6 commit 15c93e5Copy full SHA for 15c93e5
ciphers/caesar_cipher.py
@@ -27,7 +27,7 @@ def encrypt(input_string: str, key: int, alphabet: str | None = None) -> str:
27
=========================
28
The caesar cipher is named after Julius Caesar who used it when sending
29
secret military messages to his troops. This is a simple substitution cipher
30
- where very character in the plain-text is shifted by a certain number known
+ where every character in the plain-text is shifted by a certain number known
31
as the "key" or "shift".
32
33
Example:
0 commit comments