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
commitd58b22b464fd1da51da75105eaa66b50e8209bc5 (patch)
treea5691d3c8f09071ac2c471bec07bfcdc89d50d92 /coverage/control.py
parent88fbb0bc8142e71d29d26edf7bd6e47ac1cd7445 (diff)
downloadpython-coveragepy-d58b22b464fd1da51da75105eaa66b50e8209bc5.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 02fe66b..0797bfb 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