summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:52:35 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:52:35 (GMT)
commit4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0 (patch)
treed18ec596095ecee9c77c3fe541550624b186832a /Doc/distutils
parentdab305ef059434366e3a0c46533ff3b206e70463 (diff)
downloadcpython-4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0.zip
cpython-4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0.tar.gz
cpython-4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0.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 92803b1..c7d399f 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -926,7 +926,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...