Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.

This commit is contained in:
Senthil Kumaran 2011-08-03 07:43:01 +08:00
commit 90ceb4772b
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,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: