]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] 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:39 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 13:40:39 +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 44752d81e326067fa97295a97ed086162d127bd4..bf64f4221d5de35c2127e697976c611ea116346a 100644 (file)
@@ -2339,7 +2339,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>`.