Skip to content

Commit 00ec1c8

Browse files
committed
Use unique label
1 parent a981c57 commit 00ec1c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

peps/pep-0805.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To synchronize a Python module, add this code::
255255
__module__.synchronize()
256256

257257
Extension modules can declare themselves *immutable* or *synchronized*
258-
using the `C-API`_\.
258+
using the `pep805_capi`_\.
259259

260260
Where possible, modules should be frozen.
261261

@@ -715,7 +715,7 @@ Primitive types have the following properties:
715715
* A context switch will not occur during operations on them
716716
* Their reclamation may be deferred once they are no longer referenced
717717

718-
.. _C-API:
718+
.. _pep805_capi:
719719

720720
C Extensions and the C API
721721
--------------------------

0 commit comments

Comments
 (0)