Thanks to visit codestin.com Credit goes to github.com
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 91f259b commit c9566b8Copy full SHA for c9566b8
1 file changed
Doc/distutils/apiref.rst
@@ -941,7 +941,7 @@ timestamp dependency analysis.
941
.. function:: newer_group(sources, target[, missing='error'])
942
943
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
+ *sources*. In other words, if *target* exists and is newer than every file in
945
*sources*, return false; otherwise return true. *missing* controls what we do
946
when a source file is missing; the default (``'error'``) is to blow up with an
947
:exc:`OSError` from inside :func:`os.stat`; if it is ``'ignore'``, we silently
0 commit comments