diff options
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 |