Remove redundant comma in argparse HOWTO (GH-1141)
Reported by Sean Canavan on docs@p.o.
(cherry picked from commit 8526fb74ed
)
This commit is contained in:
parent
596e714d79
commit
83a90b9aed
|
@ -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…
Reference in New Issue