From 9d6abb08c303e6a0cc2c08f71067c0b84977e4e6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 30 Oct 2012 07:33:38 -0400 Subject: One more way to be picky: no final blank lines. --- doc/branch.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/branch.rst') 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. - -- cgit v1.2.1