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 - doc/faq.rst | 1 - doc/install.rst | 1 - doc/source.rst | 1 - 4 files changed, 4 deletions(-) (limited to 'doc') 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. - diff --git a/doc/faq.rst b/doc/faq.rst index ef27c291..0eff28b6 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -113,4 +113,3 @@ Since 2004, `Ned Batchelder`_ has extended and maintained it with the help of .. _Gareth Rees: http://garethrees.org/ .. _Ned Batchelder: http://nedbatchelder.com .. _many others: http://bitbucket.org/ned/coveragepy/src/tip/AUTHORS.txt - diff --git a/doc/install.rst b/doc/install.rst index 5692b69b..ffce72fa 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -66,4 +66,3 @@ coverage installed properly:: $ coverage --version Coverage.py, version 3.5.3. http://nedbatchelder.com/code/coverage - diff --git a/doc/source.rst b/doc/source.rst index 8700bcb7..aafb976c 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -72,4 +72,3 @@ reporting. Note that these are ways of specifying files to measure. You can also exclude individual source lines. See :ref:`excluding` for details. - -- cgit v1.2.1