summaryrefslogtreecommitdiff
path: root/doc/branch.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/branch.rst')
-rw-r--r--doc/branch.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/branch.rst b/doc/branch.rst
index 9af8f050..312b3a3a 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -56,8 +56,8 @@ 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 and JSON reports produced by ``coverage xml`` and ``coverage json``
-respectively also include branch information, including separate statement and
-branch coverage percentages.
+also include branch information, including separate statement and branch
+coverage percentages.
How it works