From dca309d1379f3bb64fd98bfcfbd3933729aae49e Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Thu, 21 Apr 2011 23:09:27 +0300 Subject: [PATCH] #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. --- Doc/library/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 7fad88be0d..13348a0f50 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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. -- 2.40.0