randomart.py | 2 +- diff --git a/randomart.py b/randomart.py index 8d26931b0341bf2e414cbe25086da12d01ef9d84..26b93847795763110143c305f4f353e7d54ef899 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