Issue #25161: Add full stops in documentation; patch by Takase Arihiro
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 9955646..181291f 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1948,4 +1948,4 @@
``%(default)s`` and ``%(prog)s``.
* Replace the OptionParser constructor ``version`` argument with a call to
- ``parser.add_argument('--version', action='version', version='<the version>')``
+ ``parser.add_argument('--version', action='version', version='<the version>')``.