summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 (GMT)
commitd21e0b52f1421e253ecdc583faf5743133cac605 (patch)
treeeba56801810249775eda33388a92bf6d3c8e69e0 /Doc/distutils
parentcfad54344f570c1e833d92289ac571da7315b164 (diff)
downloadcpython-d21e0b52f1421e253ecdc583faf5743133cac605.zip
cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.gz
cpython-d21e0b52f1421e253ecdc583faf5743133cac605.tar.bz2
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 6eb87cb..f67fc5a 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -920,7 +920,7 @@ timestamp dependency analysis.
Walk two filename lists in parallel, testing if each source is newer than its
corresponding target. Return a pair of lists (*sources*, *targets*) where
- source is newer than target, according to the semantics of :func:`newer`
+ source is newer than target, according to the semantics of :func:`newer`.
.. % % equivalent to a listcomp...