Skip to content

Commit d2f76e4

Browse files
committed
gh-54732: Address suggestions from PR Discussion.
Namely the use of code markup. Also I fixed a trailing whitespace.
1 parent 4808daa commit d2f76e4

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
@@ -442,8 +442,8 @@ is considered equivalent to the expression ``['-f', 'foo', '-f', 'bar']``.
442442

443443
.. note::
444444

445-
Empty lines are treated as empty strings (''), which are allowed as values but not
446-
as arguments. Empty lines as arguments will result in an “unrecognized arguments”
445+
Empty lines are treated as empty strings (``''``), which are allowed as values but not
446+
as arguments. Empty lines as arguments will result in an “unrecognized arguments”
447447
error.
448448

449449
:class:`ArgumentParser` uses :term:`filesystem encoding and error handler`

0 commit comments

Comments
 (0)