]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by...
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 2 Aug 2011 23:42:18 +0000 (07:42 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 2 Aug 2011 23:42:18 +0000 (07:42 +0800)
Doc/library/argparse.rst

index 3db8fecc9dfff15c6d1c80477b361eeb6f00a4bf..e4add7427186c995f5817b272eb81cb27680e39e 100644 (file)
@@ -1778,7 +1778,7 @@ Exiting methods
 .. method:: ArgumentParser.error(message)
 
    This method prints a usage message including the *message* to the
-   standard output and terminates the program with a status code of 2.
+   standard error and terminates the program with a status code of 2.
 
 .. _upgrading-optparse-code: