summaryrefslogtreecommitdiff
path: root/coverage/collector.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/collector.py')
-rw-r--r--coverage/collector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/collector.py b/coverage/collector.py
index 1c8c83b..cfdcf40 100644
--- a/coverage/collector.py
+++ b/coverage/collector.py
@@ -307,7 +307,7 @@ class Collector(object):
except TypeError:
raise Exception("fullcoverage must be run with the C trace function.")
- # Install our installation tracer in threading, to jump start other
+ # Install our installation tracer in threading, to jump-start other
# threads.
if self.threading:
self.threading.settrace(self._installation_trace)