summaryrefslogtreecommitdiff
path: root/doc/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 9ce1ee1e..fe59bc29 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -13,7 +13,7 @@ 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 to operations available
+`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