summaryrefslogtreecommitdiff
path: root/doc/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api.rst b/doc/api.rst
index f344972a..855e3ec6 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -34,7 +34,8 @@ If you want to access the data that coverage.py has collected, the
:class:`coverage.CoverageData` class provides an API to read coverage.py data
files.
-.. Note::
+.. note::
+
Only the documented portions of the API are supported. Other names you may
find in modules or objects can change their behavior at any time. Please
limit yourself to documented methods to avoid problems.