diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 16:20:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 16:20:00 -0400 |
commit | 991765f8c464319bfb294a05beceab8d694cfc2c (patch) | |
tree | daf37fde5aac1ac330d4eb2e380ccc6d3c447b96 /coverage/plugin.py | |
parent | 64a9ffc06a9131389c9526706a3cfcfc1e87ca49 (diff) | |
download | python-coveragepy-git-991765f8c464319bfb294a05beceab8d694cfc2c.tar.gz |
Clean up changes.rst, including removing noisy issue links.
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
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:: |