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
commitb9901ef21618c7936d52fb96955c7c34e87b56fd (patch)
tree94131079d4c1021010775ad24bfd1f4f666c95fa /coverage/control.py
parent0aec827ace5ad128351858a5a8648e82dc9f97ac (diff)
downloadpython-coveragepy-git-b9901ef21618c7936d52fb96955c7c34e87b56fd.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 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