summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 15:46:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 15:46:23 -0400
commit651f467c6700b3cb79e855edd08d3feda847ec9b (patch)
treef6913b8425446ee4567d70e822eb8f514ba07481 /coverage/control.py
parent891fe1f872c1ad02d0983a2ca8e14cbf26c99250 (diff)
downloadpython-coveragepy-git-651f467c6700b3cb79e855edd08d3feda847ec9b.tar.gz
Update the change history in the docs
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 0797bfb7..cb1a4db5 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -613,7 +613,7 @@ class Coverage(object):
`option_name` is a colon-separated string indicating the section and
option name. For example, the ``branch`` option in the ``[run]``
- section of the config file would be indicated with `"run:branch"`.
+ section of the config file would be indicated with ``"run:branch"``.
`value` is the new value for the option. This should be a Python
value where appropriate. For example, use True for booleans, not the