diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 15:46:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 15:46:23 -0400 |
commit | 4be57a90e59ccd8db59dc3ad1e369ddecc40b1c9 (patch) | |
tree | 689106d621452a7fbbf6d1266490129798b3fa84 /coverage/control.py | |
parent | d58b22b464fd1da51da75105eaa66b50e8209bc5 (diff) | |
download | python-coveragepy-4be57a90e59ccd8db59dc3ad1e369ddecc40b1c9.tar.gz |
Update the change history in the docs
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index 0797bfb..cb1a4db 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 |