summaryrefslogtreecommitdiff
path: root/doc/excluding.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-12-14 19:07:49 -0500
committerNed Batchelder <ned@nedbatchelder.com>2011-12-14 19:07:49 -0500
commit105aea7eba5d1f062e41a1f1052823c89c1d0908 (patch)
treecfe393f9ee9ccf3028c1bca7cd2c434179c27bfd /doc/excluding.rst
parent639e317b17714464dea4ca763ffe6484b9cc7a20 (diff)
downloadpython-coveragepy-git-105aea7eba5d1f062e41a1f1052823c89c1d0908.tar.gz
Guido pointed out that these docs were wrong.
Diffstat (limited to 'doc/excluding.rst')
-rw-r--r--doc/excluding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/excluding.rst b/doc/excluding.rst
index 9a3b5e7d..f1262c35 100644
--- a/doc/excluding.rst
+++ b/doc/excluding.rst
@@ -94,7 +94,7 @@ Note that when using the ``exclude_lines`` option in a configuration file, you
are taking control of the entire list of regexes, so you need to re-specify the
default "pragma: no cover" match if you still want it to apply.
-A similar pragma, "no partial", can be used to tailor branch coverage
+A similar pragma, "no branch", can be used to tailor branch coverage
measurement. See :ref:`branch` for details.