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

This commit is contained in:
Senthil Kumaran 2011-08-03 07:42:18 +08:00
parent 2a8d195328
commit 86a1a8974d
1 changed files with 1 additions and 1 deletions

View 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: