Skip to content

Commit 8b963ce

Browse files
committed
PEP 489: Fix reference warning
1 parent 2f42063 commit 8b963ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peps/pep-0489.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Python-Version: 3.5
1212
Post-History: 23-Aug-2013, 20-Feb-2015, 16-Apr-2015, 07-May-2015, 18-May-2015
1313
Resolution: https://mail.python.org/pipermail/python-dev/2015-May/140108.html
1414

15-
.. canonical-doc:: :ref:`python:initializing-modules`.
16-
For Python 3.14+, see :ref:`py3.14:extension-modules`
17-
and :ref:`py3.14:pymoduledef`
15+
.. canonical-doc:: :ref:`py3.13:initializing-modules`.
16+
For Python 3.14+, see :ref:`python:extension-modules`
17+
and :ref:`python:pymoduledef`
1818

1919
.. highlight:: c
2020

0 commit comments

Comments
 (0)