From a76d63809c96078c49d4858073aeaf5a7bd63fd5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 24 Oct 2009 12:20:24 -0400 Subject: Tidy up long lines --- coverage/collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/collector.py') 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. -- cgit v1.2.1