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 b3deacc commit 987af8bCopy full SHA for 987af8b
Lib/argparse.py
@@ -708,7 +708,6 @@ def colorize(match):
708
result = _re.sub(r'%%|%\((\w+)\)[^a-z]*[a-z]', colorize,
709
help_string, flags=_re.IGNORECASE)
710
711
- # Check for invalid/unmatched % specifiers
712
if '%' in result:
713
raise ValueError(f"invalid format specifier in: {help_string!r}")
714
return result
0 commit comments