summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 12:56:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 12:56:14 -0400
commit891fe1f872c1ad02d0983a2ca8e14cbf26c99250 (patch)
tree4895d4434b18ea7005880035a2fee4344fb43bd1 /coverage/control.py
parent532ca16b158b8e8ffb8857237a801ec7e641bf46 (diff)
downloadpython-coveragepy-git-891fe1f872c1ad02d0983a2ca8e14cbf26c99250.tar.gz
Fix a display in a docstring
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 02fe66bf..0797bfb7 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -623,7 +623,7 @@ class Coverage(object):
cov.set_option("run:branch", True)
- has the same effect as this configuration file:
+ has the same effect as this configuration file::
[run]
branch = True