From 28e80712e43b904c87094b16a97b10795679e69e Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 7 Jul 2024 16:37:53 -0700 Subject: [PATCH] Fix sphinx reference target This was introduced in https://github.com/python/cpython/pull/121164 and appears to be causing test failures on main --- .../Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst | 3 +-- 1 file changed, 1 insertion(+), 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 029838030278a6..50f945ab9f1436 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`.