mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
messages.
This commit is contained in:
commit
b6a9c9761c
68 changed files with 93 additions and 92 deletions
|
@ -1362,7 +1362,7 @@ class OptionParser (OptionContainer):
|
|||
sys.argv[1:]). Any errors result in a call to 'error()', which
|
||||
by default prints the usage message to stderr and calls
|
||||
sys.exit() with an error message. On success returns a pair
|
||||
(values, args) where 'values' is an Values instance (with all
|
||||
(values, args) where 'values' is a Values instance (with all
|
||||
your option values) and 'args' is the list of arguments left
|
||||
over after parsing options.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue