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 8fc4cd2 commit 62ceb27Copy full SHA for 62ceb27
1 file changed
Lib/argparse.py
@@ -688,12 +688,12 @@ def _expand_help(self, action):
688
params[name] = value.__name__
689
if params.get('choices') is not None:
690
params['choices'] = ', '.join(map(str, params['choices']))
691
-
+
692
t = self._theme
693
694
if not t.reset:
695
return help_string % params
696
697
# Format first to preserve types for specifiers, like %x that require int.
698
def colorize(match):
699
spec, name = match.group(0, 1)
0 commit comments