Skip to content

Commit 65bef36

Browse files
grantjenksberkerpeksag
authored andcommitted
Remove superseded line from argparse.HelpFormatter() (GH-8839)
1 parent c583919 commit 65bef36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/argparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def __init__(self,
170170

171171
self._prog = prog
172172
self._indent_increment = indent_increment
173-
self._max_help_position = max_help_position
174173
self._max_help_position = min(max_help_position,
175174
max(width - 20, indent_increment * 2))
176175
self._width = width

0 commit comments

Comments
 (0)