From 1bf8b88bd6c6f03de0736d4b7b278f6f76bc0180 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Thu, 4 Jan 2018 11:28:59 +0000 Subject: [PATCH] Fixed typo in docstring --- cipherbreak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- 2.34.1