diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-29 11:06:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-29 11:06:41 -0500 |
commit | ad339d46c23f561d771d839ac2c32dc59a6c2254 (patch) | |
tree | 367ffa6e6cc4039f819a26c6e3f217367c0ace14 /doc/branch.rst | |
parent | 494fd347a542ab94112350da49bc91b8b1076578 (diff) | |
download | python-coveragepy-git-ad339d46c23f561d771d839ac2c32dc59a6c2254.tar.gz |
Fix spelling errors in the docs.
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): |