Fix unaligned indent
authorGregor Dschung <redacted>
Sat, 29 Jan 2022 12:47:48 +0000 (13:47 +0100)
committerGregor Dschung <redacted>
Sat, 29 Jan 2022 12:53:32 +0000 (13:53 +0100)
PEP 8: E131 continuation line unaligned for hanging indent

xkcdpass/xkcd_password.py

index e25489b653f8d0166bc574fcad39baf754a99ed6..f3812a09d9506e6903eb6490e2c087a16eae6c3b 100755 (executable)
@@ -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."
git clone https://git.99rst.org/PROJECT