]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 28 Feb 2016 20:09:36 +0000 (21:09 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 28 Feb 2016 20:09:36 +0000 (21:09 +0100)
Doc/howto/argparse.rst

index f113c9847832d7c0719589d8e95e54178909149f..02bfc70fb3bd7618634c3220a693eb92b01a1f6d 100644 (file)
@@ -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.