From: Neil Smith Date: Thu, 4 Jan 2018 11:28:59 +0000 (+0000) Subject: Fixed typo in docstring X-Git-Url: https://git.njae.me.uk/?p=cipher-tools.git;a=commitdiff_plain;h=1bf8b88bd6c6f03de0736d4b7b278f6f76bc0180 Fixed typo in docstring --- diff --git a/cipherbreak.py b/cipherbreak.py index 342f5ed..7c609ab 100644 --- a/cipherbreak.py +++ b/cipherbreak.py @@ -680,7 +680,7 @@ scytale_break = scytale_break_mp def railfence_break(message, max_key_length=20, fitness=Pletters, chunksize=500): - """Breaks a hill cipher using a matrix of given rank and letter frequencies + """Breaks a railfence cipher using a matrix of given rank and letter frequencies """