Skip to content

Commit 8619282

Browse files
committed
Lint fixes in argparse
1 parent d45028d commit 8619282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ newlines.
365365

366366
:class:`FlexiHelpFormatter` wraps description and help text like the default
367367
formatter, while preserving paragraphs and supporting bulleted lists. Bullet
368-
list items are recognized by markers such as "*", "-", "+", or ">" characters, or
368+
list items are recognized by markers such as "*", "-", "+", or ">" characters, or
369369
by alphanumeric sequences followed by "." or ")" (e.g. 1., a), iv.)::
370370

371371
>>> parser = argparse.ArgumentParser(

Lib/test/test_argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5466,7 +5466,7 @@ class TestHelpFlexi(HelpTestCase):
54665466
54675467
title:
54685468
short help text
5469-
5469+
54705470
Longer help text, containing useful contextual information for the var in
54715471
question
54725472
* and a bullet

0 commit comments

Comments
 (0)