mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Remove superseded line from argparse.HelpFormatter() (GH-8839)
This commit is contained in:
parent
c583919ffc
commit
65bef36f0b
1 changed files with 0 additions and 1 deletions
|
|
@ -170,7 +170,6 @@ def __init__(self,
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue