From 991765f8c464319bfb294a05beceab8d694cfc2c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 15 Aug 2015 16:20:00 -0400 Subject: Clean up changes.rst, including removing noisy issue links. --- coverage/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index 2f28777a..0efbcba7 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -22,8 +22,8 @@ class CoveragePlugin(object): Any plugin can optionally implement :meth:`sys_info` to provide debugging information about their operation. - Coverage.py will store its own information on your plugin object, with - attributes starting with "_coverage_". Don't be startled. + Coverage.py will store its own information on your plugin object, using + attributes whose names start with ``_coverage_``. Don't be startled. To register your plugin, define a function called `coverage_init` in your module:: -- cgit v1.2.1