mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
4402b3cbcf
commit
e7ba6e9dbe
15 changed files with 17 additions and 17 deletions
|
@ -146,7 +146,7 @@ class _incompatible_extension_module_restrictions:
|
|||
|
||||
You can get the same effect as this function by implementing the
|
||||
basic interface of multi-phase init (PEP 489) and lying about
|
||||
support for mulitple interpreters (or per-interpreter GIL).
|
||||
support for multiple interpreters (or per-interpreter GIL).
|
||||
"""
|
||||
|
||||
def __init__(self, *, disable_check):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue