Skip to content

Commit 107b27e

Browse files
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
(cherry picked from commit c9566b8) Co-authored-by: Andre Delfino <[email protected]>
1 parent 49cedc5 commit 107b27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/distutils/apiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ timestamp dependency analysis.
934934
.. function:: newer_group(sources, target[, missing='error'])
935935

936936
Return true if *target* is out-of-date with respect to any file listed in
937-
*sources* In other words, if *target* exists and is newer than every file in
937+
*sources*. In other words, if *target* exists and is newer than every file in
938938
*sources*, return false; otherwise return true. *missing* controls what we do
939939
when a source file is missing; the default (``'error'``) is to blow up with an
940940
:exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``, we silently

0 commit comments

Comments
 (0)