diff options
Diffstat (limited to 'doc/branch.rst')
-rw-r--r-- | doc/branch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/branch.rst b/doc/branch.rst index f6b3ac81..8b585893 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -73,7 +73,7 @@ __ http://ivory.idyll.org/blog Excluding code -------------- -If you have :ref:`excluded code <excluding>`, a condtional will not be counted +If you have :ref:`excluded code <excluding>`, a conditional will not be counted as a branch if one of its choices is excluded:: def only_one_choice(x): |