From 891fe1f872c1ad02d0983a2ca8e14cbf26c99250 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 2 Aug 2015 12:56:14 -0400 Subject: Fix a display in a docstring --- 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 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 -- cgit v1.2.1