diff options
Diffstat (limited to 'Lib/argparse.py')
-rw-r--r-- | Lib/argparse.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/argparse.py b/Lib/argparse.py index 83f47e35a7..798766f6c4 100644 --- a/Lib/argparse.py +++ b/Lib/argparse.py @@ -170,7 +170,6 @@ class HelpFormatter(object): self._prog = prog self._indent_increment = indent_increment - self._max_help_position = max_help_position self._max_help_position = min(max_help_position, max(width - 20, indent_increment * 2)) self._width = width |