Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c583919 commit 65bef36Copy full SHA for 65bef36
1 file changed
Lib/argparse.py
@@ -170,7 +170,6 @@ def __init__(self,
170
171
self._prog = prog
172
self._indent_increment = indent_increment
173
- self._max_help_position = max_help_position
174
self._max_help_position = min(max_help_position,
175
max(width - 20, indent_increment * 2))
176
self._width = width
0 commit comments