From: Steven Tobin Date: Mon, 14 Jul 2014 01:53:01 +0000 (+1000) Subject: fixed docstring typo (thanks to kimslawson for the spot) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5da3b5ef204859fda2398dbe2660a73c1c21d8b7;p=redacted-XKCD-password-generator.git fixed docstring typo (thanks to kimslawson for the spot) --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index 4edfa87..deb537d 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -137,7 +137,7 @@ def generate_wordlist(wordfile=None, def wordlist_to_worddict(wordlist): """ Takes a wordlist and returns a dictionary keyed by the first letter of - the words. Used for acrsotic pass phrase generation + the words. Used for acrostic pass phrase generation """ worddict = {}