summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:45:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:45:53 -0400
commit824daeebe445065caa96a7092a95cc0247cd245c (patch)
treea79adce6bdce34d123fa6ceab6cc943eba69c954 /coverage/control.py
parent4a903264aee330fc400584cd5556990bdadc50ac (diff)
downloadpython-coveragepy-824daeebe445065caa96a7092a95cc0247cd245c.tar.gz
Update changes
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
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