From 00f53afdda957740d67c243e71289ece035872b3 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Thu, 21 Apr 2011 22:56:51 +0300 Subject: [PATCH] #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. --- Doc/library/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 9f2afa803da..3cc369a574c 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