From: Sergey Matveev Date: Sun, 3 Feb 2019 12:52:19 +0000 (+0300) Subject: Typo X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=HEAD;hp=e9e021797097c32c6e185e6afdbc792a43a5f56c;p=randomart.git 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