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 | a451e970de9549326be3f40e284d4916b39dccb9 (patch) | |
tree | fde25a5a581ac8ea1567be56f5e6314c5c6d18d2 /coverage/plugin.py | |
parent | 472f9149e6aacedf51137cd52263c08981a3eda3 (diff) | |
download | python-coveragepy-a451e970de9549326be3f40e284d4916b39dccb9.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 2f28777..0efbcba 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:: |