Skip to content

Commit c9566b8

Browse files
andresdelfinomiss-islington
authored andcommitted
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
1 parent 91f259b commit c9566b8

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
@@ -941,7 +941,7 @@ timestamp dependency analysis.
941941
.. function:: newer_group(sources, target[, missing='error'])
942942

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

0 commit comments

Comments
 (0)