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: v3.2.1b1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00f53afdda957740d67c243e71289ece035872b3;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 9f2afa803d..3cc369a574 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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