summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-06 21:32:31 (GMT)
committerGitHub <noreply@github.com>2018-12-06 21:32:31 (GMT)
commita51a5ca77eae079b34f911975a77e713b0c237f1 (patch)
tree83b88272e0fabc515ab81c05653ec6212dae7ddf
parent7a2cf1e7d3bf300e98c702589d405734f4a8fcf8 (diff)
downloadcpython-a51a5ca77eae079b34f911975a77e713b0c237f1.zip
cpython-a51a5ca77eae079b34f911975a77e713b0c237f1.tar.gz
cpython-a51a5ca77eae079b34f911975a77e713b0c237f1.tar.bz2
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
(cherry picked from commit c9566b8c454120e3d0ddb5ab970f262a6cd80077) Co-authored-by: Andre Delfino <adelfino@gmail.com>
-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 f616325..207f438 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -937,7 +937,7 @@ timestamp dependency analysis.
.. function:: newer_group(sources, target[, missing='error'])
Return true if *target* is out-of-date with respect to any file listed in
- *sources* In other words, if *target* exists and is newer than every file in
+ *sources*. In other words, if *target* exists and is newer than every file in
*sources*, return false; otherwise return true. *missing* controls what we do
when a source file is missing; the default (``'error'``) is to blow up with an
:exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``, we silently