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 4fc58107..4fd0044a 100644
--- a/coverage/collector.py
+++ b/coverage/collector.py
@@ -133,7 +133,7 @@ class Collector:
self.should_trace = should_trace
self.branch = branch
self.reset()
- if branch: # For now use PyTracer for branch, so we can wait to update the C code.
+ if branch: # TODO: For now use PyTracer for branch, so we can wait to update the C code.
self._trace_class = PyTracer
elif timid:
# Being timid: use the simple Python trace function.