diff options
Diffstat (limited to 'doc/excluding.rst')
-rw-r--r-- | doc/excluding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/excluding.rst b/doc/excluding.rst index 31e8e9ba..7affe4e4 100644 --- a/doc/excluding.rst +++ b/doc/excluding.rst @@ -46,7 +46,7 @@ from the list of missing code. Branch coverage --------------- -When measuring :ref:`branch coverage <branch>`, a condtional will not be +When measuring :ref:`branch coverage <branch>`, a conditional will not be counted as a branch if one of its choices is excluded:: def only_one_choice(x): |