From: Gregor Dschung Date: Sat, 29 Jan 2022 12:47:48 +0000 (+0100) Subject: Fix unaligned indent X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=842d4c56806ddcab1b6bf15f2fba1183da91495e;p=redacted-XKCD-password-generator.git Fix unaligned indent PEP 8: E131 continuation line unaligned for hanging indent --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index e25489b..f3812a0 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -447,7 +447,7 @@ class XkcdPassArgumentParser(argparse.ArgumentParser): self.add_argument( "-w", "--wordfile", dest="wordfile", default=None, metavar="WORDFILE", - help=( + help=( "Specify that the file WORDFILE contains the list" " of valid words from which to generate passphrases." " Multiple wordfiles can be provided, separated by commas."