]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (#143654)
authoremmanuel <emmanuel20232035@gmail.com>
Sat, 10 Jan 2026 13:34:30 +0000 (22:34 +0900)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 13:34:30 +0000 (14:34 +0100)
Doc/whatsnew/3.13.rst

index 3be6dcb3eacad2749edb82fed35a85efaa144752..f4489bfa1b74e85fe86cad75a5fc047fd2eb97c4 100644 (file)
@@ -2340,7 +2340,7 @@ Limited C API Changes
   * :c:func:`PySys_AuditTuple`
   * :c:func:`PyType_GetModuleByDef`
 
-  (Contributed by Victor Stinner in :gh:`85283`, :gh:`85283`, and :gh:`116936`.)
+  (Contributed by Victor Stinner in :gh:`85283` and :gh:`116936`.)
 
 * Python built with :option:`--with-trace-refs` (tracing references)
   now supports the :ref:`Limited API <limited-c-api>`.