]> 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 cecd47271e9fc26402428c0d98fa9de5a21bb766..e151c97ce51dbb5176d9eddbaa0b335916ac6aaf 100644 (file)
@@ -578,7 +578,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.