fix PEP8 issue in example
authorSteven Tobin <redacted>
Mon, 26 Sep 2016 11:21:47 +0000 (12:21 +0100)
committerSteven Tobin <redacted>
Mon, 26 Sep 2016 11:21:47 +0000 (12:21 +0100)
examples/example_json.py

index d886e6c09726f2479fb1ae177a15da983f21697c..4f22fe5cec7a98b343211e75a155ebc12ee6cb3d 100644 (file)
@@ -13,8 +13,8 @@ def json_password_generator(request):
 
         wordfile = xp.locate_wordfile()
         words = xp.generate_wordlist(
-            wordfile=wordfile, 
-            min_length=3, 
+            wordfile=wordfile,
+            min_length=3,
             max_length=8)
         suggestion = xp.generate_xkcdpassword(words, acrostic=acrostic)
 
git clone https://git.99rst.org/PROJECT