]> granicus.if.org Git - python/commitdiff
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by...
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 2 Aug 2011 23:43:52 +0000 (07:43 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 2 Aug 2011 23:43:52 +0000 (07:43 +0800)
Doc/library/argparse.rst

index 5824e7af61b2fbaadc8ec6109dc3a74899e47e6d..0823141197a4bb41469179d70fd361eac0837598 100644 (file)
@@ -1760,7 +1760,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.
 
 
 .. _argparse-from-optparse: