From d281f1439d9e0af4ac10deb0be3cbdaf0f1485a2 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 cecd47271e9f..e151c97ce51d 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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. -- 2.47.3