Commit 86a1a897 authored by Senthil Kumaran's avatar Senthil Kumaran

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

parent 2a8d1953
...@@ -1778,7 +1778,7 @@ Exiting methods ...@@ -1778,7 +1778,7 @@ Exiting methods
.. method:: ArgumentParser.error(message) .. method:: ArgumentParser.error(message)
This method prints a usage message including the *message* to the 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: .. _upgrading-optparse-code:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment