summaryrefslogtreecommitdiff
path: root/doc/branch.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
commit9d6abb08c303e6a0cc2c08f71067c0b84977e4e6 (patch)
tree05d38d550b84904b6be4876496ff3b416496cbac /doc/branch.rst
parent9790c911ffcd9936f399ea830e669f6241a38fd2 (diff)
downloadpython-coveragepy-git-9d6abb08c303e6a0cc2c08f71067c0b84977e4e6.tar.gz
One more way to be picky: no final blank lines.
Diffstat (limited to 'doc/branch.rst')
-rw-r--r--doc/branch.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/branch.rst b/doc/branch.rst
index 3ee09aa3..13b9dc6d 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -118,4 +118,3 @@ Here the while loop will never complete because the break will always be taken
at some point. Coverage.py can't work that out on its own, but the
"no branch" pragma indicates that the branch is known to be partial, and
the line is not flagged.
-