From: emmanuel Date: Sat, 10 Jan 2026 13:34:30 +0000 (+0900) Subject: Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (#143654) X-Git-Tag: v3.15.0a5~11^2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa8578dc54df2af9daa3353566359e602e5905cf;p=thirdparty%2FPython%2Fcpython.git Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (#143654) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 3be6dcb3eaca..f4489bfa1b74 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 `.