summaryrefslogtreecommitdiff
path: root/doc
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
parent9790c911ffcd9936f399ea830e669f6241a38fd2 (diff)
downloadpython-coveragepy-git-9d6abb08c303e6a0cc2c08f71067c0b84977e4e6.tar.gz
One more way to be picky: no final blank lines.
Diffstat (limited to 'doc')
-rw-r--r--doc/branch.rst1
-rw-r--r--doc/faq.rst1
-rw-r--r--doc/install.rst1
-rw-r--r--doc/source.rst1
4 files changed, 0 insertions, 4 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.
-
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.
-