summaryrefslogtreecommitdiff
path: root/Doc/howto/argparse.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-28 21:09:45 +0100
committerGeorg Brandl <georg@python.org>2016-02-28 21:09:45 +0100
commita7f7232838b4c2e6b0771b402f160c334cc74eb9 (patch)
tree755a6b951c6c6544e17bdf1832b7e08f85a566f4 /Doc/howto/argparse.rst
parent8cacc6300258264ff0598478073a7a0e6a3c1be8 (diff)
parent76b2ee03c3240e7937f4551e2bc064684ea7d325 (diff)
downloadcpython-git-a7f7232838b4c2e6b0771b402f160c334cc74eb9.tar.gz
merge with 3.5
Diffstat (limited to 'Doc/howto/argparse.rst')
-rw-r--r--Doc/howto/argparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst
index 9c111b4bdf..7a60165f42 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.