diff options
author | Georg Brandl <georg@python.org> | 2016-02-28 20:09:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-02-28 20:09:45 (GMT) |
commit | a7f7232838b4c2e6b0771b402f160c334cc74eb9 (patch) | |
tree | 755a6b951c6c6544e17bdf1832b7e08f85a566f4 /Doc/howto | |
parent | 8cacc6300258264ff0598478073a7a0e6a3c1be8 (diff) | |
parent | 76b2ee03c3240e7937f4551e2bc064684ea7d325 (diff) | |
download | cpython-a7f7232838b4c2e6b0771b402f160c334cc74eb9.zip cpython-a7f7232838b4c2e6b0771b402f160c334cc74eb9.tar.gz cpython-a7f7232838b4c2e6b0771b402f160c334cc74eb9.tar.bz2 |
merge with 3.5
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/argparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 9c111b4..7a60165 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -511,7 +511,7 @@ to count the number of occurrences of a specific optional arguments: * Sadly, our help output isn't very informative on the new ability our script has acquired, but that can always be fixed by improving the documentation for - out script (e.g. via the ``help`` keyword argument). + our script (e.g. via the ``help`` keyword argument). * That last output exposes a bug in our program. |