]> 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:32:31 +0000 (13:32 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 21:32:31 +0000 (13:32 -0800)
(cherry picked from commit c9566b8c454120e3d0ddb5ab970f262a6cd80077)

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

index f6163258df2e3a283911b51978f7ac6903b8c8ea..207f43864c93189947d0e974fa01192e1b2caa80 100644 (file)
@@ -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