Skip to content

Commit c7c2313

Browse files
committed
Remove PEP number from ref
1 parent da15d8e commit c7c2313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Summary -- Release highlights
8181
* :pep:`747`: :ref:`Annotating type forms with TypeForm
8282
<whatsnew315-typeform>`
8383
* :pep:`782`: :ref:`A new PyBytesWriter C API to create a Python bytes object
84-
<whatsnew315-pep782>`
84+
<whatsnew315-pybyteswriter>`
8585
* :ref:`The JIT compiler has been significantly upgraded <whatsnew315-jit>`
8686
* :ref:`Improved error messages <whatsnew315-improved-error-messages>`
8787

@@ -1641,7 +1641,7 @@ New features
16411641
and :c:data:`Py_mod_abi`.
16421642
(Contributed by Petr Viktorin in :gh:`137210`.)
16431643

1644-
.. _whatsnew315-pep782:
1644+
.. _whatsnew315-pybyteswriter:
16451645

16461646
* Implement :pep:`782`, the :ref:`PyBytesWriter API <pybyteswriter>`.
16471647
Add functions:

0 commit comments

Comments
 (0)