]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Jan 2026 13:40:34 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 13:40:34 +0000 (13:40 +0000)
Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (GH-143654)
(cherry picked from commit aa8578dc54df2af9daa3353566359e602e5905cf)

Co-authored-by: emmanuel <emmanuel20232035@gmail.com>
Doc/whatsnew/3.13.rst

index 6f1e4487009c08dd35555e4cb2656b581c007508..19589f03a234fd7a1150e1f0bd115d6246015fef 100644 (file)
@@ -2346,7 +2346,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>`.