Add missing period in distutils.dep_util.newer_group doc (GH-11003)

This commit is contained in:
Andre Delfino 2018-12-06 18:06:55 -03:00 committed by Miss Islington (bot)
parent 91f259b478
commit c9566b8c45
1 changed files with 1 additions and 1 deletions

View 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