diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-22 09:45:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-22 09:45:53 -0400 |
commit | b9901ef21618c7936d52fb96955c7c34e87b56fd (patch) | |
tree | 94131079d4c1021010775ad24bfd1f4f666c95fa /coverage/control.py | |
parent | 0aec827ace5ad128351858a5a8648e82dc9f97ac (diff) | |
download | python-coveragepy-git-b9901ef21618c7936d52fb96955c7c34e87b56fd.tar.gz |
Update changes
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index 7d418ff1..bcc296f5 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -35,7 +35,7 @@ from coverage.xmlreport import XmlReporter os = isolate_module(os) # Pypy has some unusual stuff in the "stdlib". Consider those locations -# when deciding where the stdlib is. This modules are not used for anything, +# when deciding where the stdlib is. These modules are not used for anything, # they are modules importable from the pypy lib directories, so that we can # find those directories. _structseq = _pypy_irc_topic = None |