summaryrefslogtreecommitdiff
path: root/coverage/collector.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/collector.py')
-rw-r--r--coverage/collector.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/collector.py b/coverage/collector.py
index 6ffdc7c4..39acd7bd 100644
--- a/coverage/collector.py
+++ b/coverage/collector.py
@@ -132,8 +132,8 @@ class Collector(object):
def reset(self):
"""Clear collected data, and prepare to collect more."""
- # A dictionary mapping filenames to dicts with linenumber keys,
- # or mapping filenames to dicts with linenumber pairs as keys.
+ # A dictionary mapping filenames to dicts with line number keys,
+ # or mapping filenames to dicts with line number pairs as keys.
self.data = {}
self.plugin_data = {}