summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 6fb009d0..42af57c7 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -379,7 +379,7 @@ Version 5.0a6 — 2019-07-16
so should only be used between two installations of the same version of
coverage.py.
- - The :meth:`CoverageData constructor<.CoverageData.__init__>` has a new
+ - The :class:`CoverageData constructor<.CoverageData>` has a new
argument, `no_disk` (default: False). Setting it to True prevents writing
any data to the disk. This is useful for transient data objects.