mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
This commit is contained in:
commit
90ceb4772b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue