Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc78288

Browse filesBrowse files
authored
typo
1 parent 8ae6bae commit bc78288
Copy full SHA for bc78288

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎Doc/extending/extending.rst

Copy file name to clipboardExpand all lines: Doc/extending/extending.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.