Skip to content

Commit b74413d

Browse files
authored
Update Doc/library/argparse.rst
1 parent ea51887 commit b74413d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ is considered equivalent to the expression ``['-f', 'foo', '-f', 'bar']``.
443443
.. note::
444444

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

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

0 commit comments

Comments
 (0)