Skip to content

Commit 62ceb27

Browse files
Lint
1 parent 8fc4cd2 commit 62ceb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/argparse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,12 @@ def _expand_help(self, action):
688688
params[name] = value.__name__
689689
if params.get('choices') is not None:
690690
params['choices'] = ', '.join(map(str, params['choices']))
691-
691+
692692
t = self._theme
693693

694694
if not t.reset:
695695
return help_string % params
696-
696+
697697
# Format first to preserve types for specifiers, like %x that require int.
698698
def colorize(match):
699699
spec, name = match.group(0, 1)

0 commit comments

Comments
 (0)