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 | 824daeebe445065caa96a7092a95cc0247cd245c (patch) | |
tree | a79adce6bdce34d123fa6ceab6cc943eba69c954 /coverage/control.py | |
parent | 4a903264aee330fc400584cd5556990bdadc50ac (diff) | |
download | python-coveragepy-824daeebe445065caa96a7092a95cc0247cd245c.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 7d418ff..bcc296f 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 |