summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-07 14:24:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-07 14:24:54 -0400
commit9fb44c1e19572d3aec12353f4a481535dc61e994 (patch)
tree0f9d51f0a89d10d91962d9d53ba68475bacbc9a9
parent5d381bdfc7c41bc6447879aa8ef96ef262c1278e (diff)
downloadpython-coveragepy-9fb44c1e19572d3aec12353f4a481535dc61e994.tar.gz
Clarify a plea
-rw-r--r--coverage/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py
index a7b9546..7d1b580 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 {}