]> Sergey Matveev's repositories - randomart.git/blobdiff - randomart.py
Typo
[randomart.git] / 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