summaryrefslogtreecommitdiff
path: root/doc/branch.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 14:44:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 14:44:39 -0500
commitf9985b30701a53995202c3ea82fac66205026a3a (patch)
treeadf21045c50d0635dd3c7cb7dde28416bb6c821e /doc/branch.rst
parentb07050e0a2bf7d69684135250705890309f7e141 (diff)
downloadpython-coveragepy-f9985b30701a53995202c3ea82fac66205026a3a.tar.gz
Tweak the docs
Diffstat (limited to 'doc/branch.rst')
-rw-r--r--doc/branch.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/branch.rst b/doc/branch.rst
index 7e15603..a7f95e7 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -47,8 +47,7 @@ that were missing some branches are shown in yellow, with an annotation at the
far right showing branch destination line numbers that were not exercised.
The XML report produced by ``coverage xml`` also includes branch information,
-including separate statement and branch coverage percentages. Each line is
-annotated with
+including separate statement and branch coverage percentages.
How it works