From b9901ef21618c7936d52fb96955c7c34e87b56fd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 22 Oct 2016 09:45:53 -0400 Subject: Update changes --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') 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 -- cgit v1.2.1