summaryrefslogtreecommitdiff
path: root/doc/branch.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-23 21:22:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-23 21:22:30 -0400
commit080e181a8cc21b8e555fa96eaa54762eb2a76c8e (patch)
tree2b60605f7b2d8d57255039d718d238ce4cb0c493 /doc/branch.rst
parentc7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (diff)
downloadpython-coveragepy-git-080e181a8cc21b8e555fa96eaa54762eb2a76c8e.tar.gz
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'doc/branch.rst')
-rw-r--r--doc/branch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/branch.rst b/doc/branch.rst
index 2738447e..71367de4 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -13,7 +13,7 @@ Branch coverage measurement
:linenothreshold: 5
-In addition to the usual statement coverage, Coverage.py also supports branch
+In addition to the usual statement coverage, coverage.py also supports branch
coverage measurement. Where a line in your program could jump to more than one
next line, coverage.py tracks which of those destinations are actually visited,
and flags lines that haven't visited all of their possible destinations.