We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdeee3 commit b5ca21fCopy full SHA for b5ca21f
source/extensions.rst
@@ -47,7 +47,7 @@ conventional categories:
47
48
One particularly notable feature of C extensions is that, when they don't
49
need to call back into the interpreter runtime, they can release CPython's
50
- global interpreter lock around long-running operations (regardling of
+ global interpreter lock around long-running operations (regardless of
51
whether those operations are CPU or IO bound).
52
53
Not all extension modules will fit neatly into the above categories. The
0 commit comments