summaryrefslogtreecommitdiff
path: root/coverage/pytracer.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/pytracer.py')
-rw-r--r--coverage/pytracer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/pytracer.py b/coverage/pytracer.py
index f3f490a0..c2008d0d 100644
--- a/coverage/pytracer.py
+++ b/coverage/pytracer.py
@@ -146,8 +146,8 @@ class PyTracer(object):
self.stopped = True
if self.threading and self.thread != self.threading.currentThread():
# Called on a different thread than started us: we can't unhook
- # ourseves, but we've set the flag that we should stop, so we won't
- # do any more tracing.
+ # ourselves, but we've set the flag that we should stop, so we
+ # won't do any more tracing.
return
if self.warn: