merge heads

This commit is contained in:
Benjamin Peterson 2011-08-02 18:49:38 -05:00
commit 05cd4c602b
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: