diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2024-07-08 00:18:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 00:18:28 (GMT) |
commit | c8669489d45f22a8c6de7e05b7625db10befb8db (patch) | |
tree | 483d503ef8efca1c07c170b8173d1c7490484d23 | |
parent | b765e4adf858ff8a8646f38933a5a355b6d72760 (diff) | |
download | cpython-c8669489d45f22a8c6de7e05b7625db10befb8db.zip cpython-c8669489d45f22a8c6de7e05b7625db10befb8db.tar.gz cpython-c8669489d45f22a8c6de7e05b7625db10befb8db.tar.bz2 |
Fix sphinx reference target (#121470)
This was introduced in https://github.com/python/cpython/pull/121164
and appears to be causing test failures on main
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst b/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst index 0298380..50f945a 100644 --- a/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst +++ b/Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst @@ -1,3 +1,2 @@ Add support for ``all`` as an valid ``action`` for :func:`warnings.simplefilter` -and :func:`warnings.filterswarnings`. - +and :func:`warnings.filterwarnings`. |