#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.

This commit is contained in:
Ezio Melotti 2011-04-21 22:56:51 +03:00
parent 01b600c2a3
commit 0a43ecc9df

View file

@ -745,7 +745,7 @@ nargs
ArgumentParser objects usually associate a single command-line argument with a
single action to be taken. The ``nargs`` keyword argument associates a
different number of command-line arguments with a single action.. The supported
different number of command-line arguments with a single action. The supported
values are:
* N (an integer). N args from the command line will be gathered together into a