]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
authorAndre Delfino <adelfino@gmail.com>
Thu, 6 Dec 2018 21:06:55 +0000 (18:06 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Dec 2018 21:06:55 +0000 (13:06 -0800)
Doc/distutils/apiref.rst

index b10b39ae22ac2c94cd373b92913beb4ec4156d39..a825efc1a67243cecdbb4ceeca2d62fad5c8c64a 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