mirror of https://github.com/python/cpython.git
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
This commit is contained in:
commit
90ceb4772b
|
@ -1797,7 +1797,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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue