summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 11:08:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 11:08:01 -0400
commit6c6680db9f4ca45df8160b133f77de16091ed74e (patch)
treec52542980dffcc1f70c4886f50cae02e318af604
parentead0580703a1eea61623f7edb9009de0fb259c7a (diff)
downloadpython-coveragepy-git-6c6680db9f4ca45df8160b133f77de16091ed74e.tar.gz
Tighten up the badges lines
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 12399a8e..d987816c 100644
--- a/README.rst
+++ b/README.rst
@@ -4,9 +4,8 @@ Coverage.py
Code coverage testing for Python.
-|ci-status| |win-ci-status| |reqs|
-
-|kit| |downloads| |docs|
+| |ci-status| |win-ci-status| |reqs|
+| |kit| |downloads| |docs|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard