From: Georg Brandl Date: Sun, 28 Feb 2016 20:09:36 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v2.7.12rc1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97b6e0bd1b1305f3273b1de9d03f238dea161951;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index f113c9847832..02bfc70fb3bd 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -513,7 +513,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.