diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-07 14:24:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-07 14:24:54 -0400 |
commit | 4ddf8834a5928c0b0cd895ce6c2e5207dc0dd3c0 (patch) | |
tree | e356202ba59350dc70658940f8ed6a34fe59077a /coverage/plugin.py | |
parent | cd2f8258749eac023fc872e97ad696bd4ed77b82 (diff) | |
download | python-coveragepy-git-4ddf8834a5928c0b0cd895ce6c2e5207dc0dd3c0.tar.gz |
Clarify a plea
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py index a7b95466..7d1b5805 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -324,7 +324,7 @@ class FileReporter(object): executable line number to a count of how many exits it has. To be honest, this feels wrong, and should be refactored. Let me know - if you attempt to implement this... + if you attempt to implement this method in your plugin... """ return {} |