diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:52:35 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:52:35 (GMT) |
commit | 4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0 (patch) | |
tree | d18ec596095ecee9c77c3fe541550624b186832a /Doc/distutils | |
parent | dab305ef059434366e3a0c46533ff3b206e70463 (diff) | |
download | cpython-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.rst | 2 |
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... |