summaryrefslogtreecommitdiff
path: root/doc/api.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-17 20:15:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-17 20:15:53 -0400
commitbcd89039dd7aba5459a1727c44d1661d0a48a96e (patch)
treec394f7d613a1cc03758fe6127a1f4163a637554b /doc/api.rst
parentbb098f20ed64bafd3ca14b265f47f657a4be9d79 (diff)
downloadpython-coveragepy-bcd89039dd7aba5459a1727c44d1661d0a48a96e.tar.gz
Remove notes about me being available for custom work, and rewrap many paragraphs.
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.rst b/doc/api.rst
index fe59bc2..a43de17 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -13,8 +13,8 @@ Coverage API
The API to coverage.py is very simple, contained in a single module called
`coverage`. Most of the interface is in a single class, also called
-`coverage`. Methods on the coverage object correspond roughly to operations available
-in the command line interface. For example, a simple use would be::
+`coverage`. Methods on the coverage object correspond roughly to operations
+available in the command line interface. For example, a simple use would be::
import coverage