projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e62cf
)
Remove redundant comma in argparse HOWTO (#1141)
author
Berker Peksag
<berker.peksag@gmail.com>
Thu, 20 Apr 2017 04:29:35 +0000
(07:29 +0300)
committer
GitHub
<noreply@github.com>
Thu, 20 Apr 2017 04:29:35 +0000
(07:29 +0300)
Reported by Sean Canavan on docs@p.o.
Doc/howto/argparse.rst
patch
|
blob
|
history
diff --git
a/Doc/howto/argparse.rst
b/Doc/howto/argparse.rst
index 7e161a59add8aed2eea7d0cb911dcd23e1bda202..9d770f5232b4402253af6cb0fc2a425f1ce98163 100644
(file)
--- a/
Doc/howto/argparse.rst
+++ b/
Doc/howto/argparse.rst
@@
-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