From 4be57a90e59ccd8db59dc3ad1e369ddecc40b1c9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 2 Aug 2015 15:46:23 -0400 Subject: Update the change history in the docs --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') 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 -- cgit v1.2.1