From: Ezio Melotti Date: Thu, 21 Apr 2011 19:56:51 +0000 (+0300) Subject: #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. X-Git-Tag: v2.7.2rc1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a43ecc9df8f4acd200ef4ed6288a442ea5afe4e;p=python #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index a8e0a60b02..56cb189ca8 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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