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
commit33022cba9ed2d8efe8245e4a7d9aba66075d6811 (patch)
tree5e494b2122eb3d1c52b5b9d2bf9db05283692156 /doc
parent30f035760bd34dc45c0303affa55820540c40c5a (diff)
downloadpython-coveragepy-33022cba9ed2d8efe8245e4a7d9aba66075d6811.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 3ee09aa..13b9dc6 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 ef27c29..0eff28b 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 5692b69..ffce72f 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 8700bcb..aafb976 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.
-