Skip to content

Commit bc78288

Browse files
authored
typo
1 parent 8ae6bae commit bc78288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/extending/extending.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ optionally followed by an import of the module::
483483
.. note::
484484

485485
If you need to define *static* extension types rather than heap-allocated
486-
types, the :c:data:`Py_mod_multiple_interpreters` slot in the example should
487-
be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED}``. Without it, the module
486+
types, the :c:data:`Py_mod_multiple_interpreters` slot in the examples should
487+
be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED``. Without it, the module
488488
can create the same problems as the legacy single-phase initialization, when
489489
removing entries from ``sys.modules`` or importing compiled modules into
490490
multiple interpreters within a process (or following a :c:func:`fork` without an

0 commit comments

Comments
 (0)