]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix sphinx reference target (#121470)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 8 Jul 2024 00:18:28 +0000 (17:18 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2024 00:18:28 +0000 (17:18 -0700)
This was introduced in https://github.com/python/cpython/pull/121164
and appears to be causing test failures on main

Misc/NEWS.d/next/Library/2024-06-29-19-30-15.gh-issue-121163.SJKDFq.rst

index 029838030278a67d3b6fbcc8e0203c3fa18e24e2..50f945ab9f143609f2ddf573296d94b45a220785 100644 (file)
@@ -1,3 +1,2 @@
 Add support for ``all`` as an valid ``action`` for :func:`warnings.simplefilter`
-and :func:`warnings.filterswarnings`.
-
+and :func:`warnings.filterwarnings`.