From 6a6b60426c3b45d91ab9211c50bea8ecc191e59a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 13 Nov 2021 16:02:04 -0500 Subject: style(docs): make note:: uses uniform --- doc/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/api.rst') 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. -- cgit v1.2.1