From: Sergey Matveev Date: Sun, 3 Feb 2019 12:52:19 +0000 (+0300) Subject: Typo X-Git-Url: http://www.git.stargrave.org/?p=randomart.git;a=commitdiff_plain;h=fe15859baf1617a605df89319bf82db9634263b4 Typo --- diff --git a/randomart.py b/randomart.py index 8d26931..26b9384 100644 --- a/randomart.py +++ b/randomart.py @@ -1,5 +1,5 @@ def randomart(dgst, header="DIGEST"): - """Drunked-bishop algorithm for visualizing random art of the digest + """Drunken-bishop algorithm for visualizing random art of the digest """ augmentation = " .o+=*BOX@%&#/^SE" max_len = len(augmentation) - 1