From 8b963cebdb81555f3d1338a4e6be93fe11c20723 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:57:38 +0100 Subject: [PATCH] PEP 489: Fix reference warning --- peps/pep-0489.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/peps/pep-0489.rst b/peps/pep-0489.rst index d6f33e242b7..f5bcbc04d66 100644 --- a/peps/pep-0489.rst +++ b/peps/pep-0489.rst @@ -12,9 +12,9 @@ Python-Version: 3.5 Post-History: 23-Aug-2013, 20-Feb-2015, 16-Apr-2015, 07-May-2015, 18-May-2015 Resolution: https://mail.python.org/pipermail/python-dev/2015-May/140108.html -.. canonical-doc:: :ref:`python:initializing-modules`. - For Python 3.14+, see :ref:`py3.14:extension-modules` - and :ref:`py3.14:pymoduledef` +.. canonical-doc:: :ref:`py3.13:initializing-modules`. + For Python 3.14+, see :ref:`python:extension-modules` + and :ref:`python:pymoduledef` .. highlight:: c