]> Sergey Matveev's repositories - randomart.git/commitdiff
Typo master
authorSergey Matveev <stargrave@stargrave.org>
Sun, 3 Feb 2019 12:52:19 +0000 (15:52 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 3 Feb 2019 12:52:19 +0000 (15:52 +0300)
randomart.py

index 8d26931b0341bf2e414cbe25086da12d01ef9d84..26b93847795763110143c305f4f353e7d54ef899 100644 (file)
@@ -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