diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-21 09:45:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-21 09:45:11 -0400 |
commit | e6f14739ec16b1274668ac26cdde030fe20fd4bc (patch) | |
tree | f5a5fdf6b531254c7b22ac02a596c4c1d5ba0102 | |
parent | 3703bae58b53efec3314bc07b9de157049ad8b70 (diff) | |
download | python-coveragepy-git-e6f14739ec16b1274668ac26cdde030fe20fd4bc.tar.gz |
docs: tweak the changelog
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index ab3a5d6a..8773cd67 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,7 +21,7 @@ Unreleased ---------- - Fix an internal problem with caching of invalid Python parsing. Found by - OSS-Fuzz, fixing `bug 50381`_ + OSS-Fuzz, fixing their `bug 50381`_. .. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381 |