Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00f53af

Browse files
committed
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
1 parent 0ee9c1b commit 00f53af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ nargs
749749

750750
ArgumentParser objects usually associate a single command-line argument with a
751751
single action to be taken. The ``nargs`` keyword argument associates a
752-
different number of command-line arguments with a single action.. The supported
752+
different number of command-line arguments with a single action. The supported
753753
values are:
754754

755755
* N (an integer). N args from the command line will be gathered together into a

0 commit comments

Comments
 (0)