From c1ee4ef9dc72c1885091b624fd3c0da657447143 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 3 Aug 2011 07:43:52 +0800 Subject: [PATCH] Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. --- 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 5824e7af61b2..0823141197a4 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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: -- 2.47.3