]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove superseded line from argparse.HelpFormatter() (GH-8839)
authorGrant Jenks <grant.jenks@gmail.com>
Wed, 22 Aug 2018 20:14:14 +0000 (13:14 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 22 Aug 2018 20:14:14 +0000 (23:14 +0300)
Lib/argparse.py

index 83f47e35a73c7416c5fa98911b4fe32994d9b677..798766f6c4086a14d16652a3a01c4b17897c181f 100644 (file)
@@ -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