summaryrefslogtreecommitdiff
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
commitd21e0b52f1421e253ecdc583faf5743133cac605 (patch)
treeeba56801810249775eda33388a92bf6d3c8e69e0 /Doc/library/sys.rst
parentcfad54344f570c1e833d92289ac571da7315b164 (diff)
downloadcpython-git-d21e0b52f1421e253ecdc583faf5743133cac605.tar.gz
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 3024086a22..c0378e09b0 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -629,7 +629,7 @@ always available.
:term:`struct sequence` :data:`sys.version_info` may be used for a more
human-friendly encoding of the same information.
- More details of ``hexversion`` can be found at :ref:`apiabiversion`
+ More details of ``hexversion`` can be found at :ref:`apiabiversion`.
.. data:: implementation