X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=cipher.py;h=2386ae802f35d7e274fc7719827212362b5d032f;hb=d65c25e16129ca94e4f007614d539856b1879694;hp=c5d542bb915b4cfd0775d5c100e8dce46a271d88;hpb=04a92a004323a9749b3247d6a83b02202dce26cb;p=cipher-training.git diff --git a/cipher.py b/cipher.py index c5d542b..2386ae8 100644 --- a/cipher.py +++ b/cipher.py @@ -155,7 +155,7 @@ def caesar_encipher(message, shift): return ''.join(enciphered) def caesar_decipher(message, shift): - """Encipher a message with the Caesar cipher of given shift + """Decipher a message with the Caesar cipher of given shift >>> caesar_decipher('bcd', 1) 'abc'