]> granicus.if.org Git - python/commitdiff
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Apr 2011 19:56:51 +0000 (22:56 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Apr 2011 19:56:51 +0000 (22:56 +0300)
Doc/library/argparse.rst

index 9f2afa803da41e07fc894cd64442fba852c2cdb6..3cc369a574c7bfce573fcbb80568f6aec0e20e00 100644 (file)
@@ -749,7 +749,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