mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Fix duplicate "is".
This commit is contained in:
parent
d606ebe144
commit
884843dd35
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ the parser's help message. For example, consider a file named
|
|||
parser.add_argument('--foo', help='foo help')
|
||||
args = parser.parse_args()
|
||||
|
||||
If ``-h`` or ``--help`` is supplied is at the command line, the ArgumentParser
|
||||
If ``-h`` or ``--help`` is supplied at the command line, the ArgumentParser
|
||||
help will be printed::
|
||||
|
||||
$ python myprogram.py --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue