From 6e9ae4d12f37db60d4a9098eb8e2897d4003b7a4 Mon Sep 17 00:00:00 2001 From: emmanuel Date: Sat, 10 Jan 2026 20:49:15 +0900 Subject: [PATCH] Doc: fix a typo - duplicated gh ref the same gh appear twice; 85283 - I think it is a typo --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 3be6dcb3eacad2..f4489bfa1b74e8 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 `.