mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Remove superseded line from argparse.HelpFormatter() (GH-8839)
This commit is contained in:
parent
c583919ffc
commit
65bef36f0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user