Fix a misspelling of Interpeter -> Interpreter (GH-111040)

This commit is contained in:
Nikita Sobolev 2023-10-19 01:09:45 +03:00 committed by GitHub
parent d9246c7b73
commit 94495d0387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ class _incompatible_extension_module_restrictions:
may not be imported in a subinterpreter. That implies modules
that do not implement multi-phase init or that explicitly of out.
Likewise for modules import in a subinterpeter with its own GIL
Likewise for modules import in a subinterpreter with its own GIL
when the extension does not support a per-interpreter GIL. This
implies the module does not have a Py_mod_multiple_interpreters slot
set to Py_MOD_PER_INTERPRETER_GIL_SUPPORTED.