mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Remove redundant comma in argparse HOWTO (#1141)
Reported by Sean Canavan on docs@p.o.
This commit is contained in:
parent
f7e62cf8ad
commit
8526fb74ed
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ before proceeding.
|
|||
Introducing Optional arguments
|
||||
==============================
|
||||
|
||||
So far we, have been playing with positional arguments. Let us
|
||||
So far we have been playing with positional arguments. Let us
|
||||
have a look on how to add optional ones::
|
||||
|
||||
import argparse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue