diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 08:02:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 08:49:12 -0400 |
commit | 33f53955332ac3516640c8e898626f4c3107fe9b (patch) | |
tree | 46c46f8ee39787bb5490a9b7ec7d92973bed7005 /doc | |
parent | 0984338df1dd98a1e4fbe4fd3f878f38e9d393a5 (diff) | |
download | python-coveragepy-git-33f53955332ac3516640c8e898626f4c3107fe9b.tar.gz |
docs: fix two warnings in the release-notes process
... and change "tox doc" to fail next time this happens.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.rst | 2 |
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. |