diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
commit | 0d8e1f7783171c9c4f666f5b759322c5f27ebeb0 (patch) | |
tree | 57b8ef8a934b3b62b3b6cf63d161655a7ce41bb7 /coverage/collector.py | |
parent | 024c42c88ccbe5338fc308cf3e43c23092e295ba (diff) | |
download | python-coveragepy-git-0d8e1f7783171c9c4f666f5b759322c5f27ebeb0.tar.gz |
OK, I should really stop fiddling with spell-check...
Diffstat (limited to 'coverage/collector.py')
-rw-r--r-- | coverage/collector.py | 4 |
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 = {} |