diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 12:56:14 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 12:56:14 -0400 |
commit | d58b22b464fd1da51da75105eaa66b50e8209bc5 (patch) | |
tree | a5691d3c8f09071ac2c471bec07bfcdc89d50d92 /coverage/control.py | |
parent | 88fbb0bc8142e71d29d26edf7bd6e47ac1cd7445 (diff) | |
download | python-coveragepy-d58b22b464fd1da51da75105eaa66b50e8209bc5.tar.gz |
Fix a display in a docstring
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 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 |