We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cedc5 commit 107b27eCopy full SHA for 107b27e
Doc/distutils/apiref.rst
@@ -934,7 +934,7 @@ timestamp dependency analysis.
934
.. function:: newer_group(sources, target[, missing='error'])
935
936
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
+ *sources*. In other words, if *target* exists and is newer than every file in
938
*sources*, return false; otherwise return true. *missing* controls what we do
939
when a source file is missing; the default (``'error'``) is to blow up with an
940
:exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``, we silently
0 commit comments