]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Dec 2018 21:30:13 +0000 (13:30 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 21:30:13 +0000 (13:30 -0800)
(cherry picked from commit c9566b8c454120e3d0ddb5ab970f262a6cd80077)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/distutils/apiref.rst

index dccd7ce236cb8b183d1f741c4224487fb03cd0bb..8efeffb6376e136dec18baed66e7be9ec9df3818 100644 (file)
@@ -941,7 +941,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