summaryrefslogtreecommitdiff
path: root/doc/branch.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-31 07:50:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-31 07:50:04 -0400
commit6e5418d9d7d03e0149ea5050f27ba28cdefc1104 (patch)
tree1d5f85f28b08415c1101fc2b176bd10e648b6b1a /doc/branch.rst
parent9a78a80aaf8f8161b857ebf3cf02dd511181dd07 (diff)
downloadpython-coveragepy-git-6e5418d9d7d03e0149ea5050f27ba28cdefc1104.tar.gz
Tweaks to JSON report docs
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