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 987af8b commit 2e73cd5Copy full SHA for 2e73cd5
Lib/argparse.py
@@ -704,7 +704,7 @@ def colorize(match):
704
return f'{t.interpolated_value}{formatted}{t.reset}'
705
return spec
706
707
- # Match %% (literal %) or %(name)... format specifiers
+ # Match %% or %(name)... format specifiers
708
result = _re.sub(r'%%|%\((\w+)\)[^a-z]*[a-z]', colorize,
709
help_string, flags=_re.IGNORECASE)
710
0 commit comments