]> granicus.if.org Git - python/commitdiff
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Apr 2011 20:09:27 +0000 (23:09 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Apr 2011 20:09:27 +0000 (23:09 +0300)
Doc/library/argparse.rst

index 7fad88be0d62335bca2d68c808e10955e35272b1..13348a0f50c0d03d7eccb1e7516c6d81afc67a68 100644 (file)
@@ -582,7 +582,7 @@ The add_argument() method
    has its own more detailed description below, but in short they are:
 
    * `name or flags`_ - Either a name or a list of option strings, e.g. ``foo``
-     or ``-f, --foo``
+     or ``-f, --foo``.
 
    * action_ - The basic type of action to be taken when this argument is
      encountered at the command line.