summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>2024-07-08 00:18:28 (GMT)
committerGitHub <noreply@github.com>2024-07-08 00:18:28 (GMT)
commitc8669489d45f22a8c6de7e05b7625db10befb8db (patch)
tree483d503ef8efca1c07c170b8173d1c7490484d23
parentb765e4adf858ff8a8646f38933a5a355b6d72760 (diff)
downloadcpython-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.rst3
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`.