Skip to content

Commit

Permalink
Cosmetic comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
asweigart committed Apr 6, 2013
1 parent 9d033aa commit 6ed89a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpleSubHacker.py
Expand Up @@ -134,7 +134,7 @@ def hackSimpleSub(message):

def decryptWithCipherletterMapping(ciphertext, letterMapping):
# Return a string of the ciphertext decrypted with the letter mapping,
# with any ambiguous decrypted letters replaced with a _ underscore.
# with any ambiguous decrypted letters replaced with an _ underscore.

# First create a simple sub key from the letterMapping mapping.
key = ['x'] * len(LETTERS)
Expand Down

0 comments on commit 6ed89a2

Please sign in to comment.