From 9fb44c1e19572d3aec12353f4a481535dc61e994 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 7 May 2016 14:24:54 -0400 Subject: Clarify a plea --- coverage/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/plugin.py') 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 {} -- cgit v1.2.1