Skip to content

Commit 329d906

Browse files
Update Doc/library/argparse.rst
Co-authored-by: Savannah Ostrowski <savannah@python.org>
1 parent 2a53ad4 commit 329d906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ 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 marked by the use of the "*", "-", "+", or ">" characters, or a
369-
single non-whitespace character followed by a "."::
368+
list items are recognized by markers such as "*", "-", "+", or ">" characters, or
369+
by alphanumeric sequences followed by "." or ")" (e.g. 1., a), iv.)::
370370

371371
>>> parser = argparse.ArgumentParser(
372372
... prog='PROG',

0 commit comments

Comments
 (0)