Package: autopep8 / 1.4.3-1

reproducible.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: autopep8.git/autopep8.py
===================================================================
--- autopep8.git.orig/autopep8.py
+++ autopep8.git/autopep8.py
@@ -3336,7 +3336,7 @@ def create_parser():
                         default=DEFAULT_CONFIG,
                         help='path to a global pep8 config file; if this file '
                              'does not exist then this is ignored '
-                             '(default: {})'.format(DEFAULT_CONFIG))
+                             '(default: ~/.config)')
     parser.add_argument('--ignore-local-config', action='store_true',
                         help="don't look for and apply local config files; "
                              'if not passed, defaults are updated with any '