Skip to content

Commit b052fa3

Browse files
authored
argparse: remove incoherent and redundant docstring for private method (GH-101591)
Signed-off-by: FeRD (Frank Dana) <[email protected]>
1 parent fbd40ce commit b052fa3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Lib/argparse.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -698,14 +698,6 @@ class ArgumentDefaultsHelpFormatter(HelpFormatter):
698698
"""
699699

700700
def _get_help_string(self, action):
701-
"""
702-
Add the default value to the option help message.
703-
704-
ArgumentDefaultsHelpFormatter and BooleanOptionalAction when it isn't
705-
already present. This code will do that, detecting cornercases to
706-
prevent duplicates or cases where it wouldn't make sense to the end
707-
user.
708-
"""
709701
help = action.help
710702
if help is None:
711703
help = ''

0 commit comments

Comments
 (0)