Skip to content

Commit b5ca21f

Browse files
authored
Fix typo: regardling --> regardless
1 parent 2cdeee3 commit b5ca21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ conventional categories:
4747

4848
One particularly notable feature of C extensions is that, when they don't
4949
need to call back into the interpreter runtime, they can release CPython's
50-
global interpreter lock around long-running operations (regardling of
50+
global interpreter lock around long-running operations (regardless of
5151
whether those operations are CPU or IO bound).
5252

5353
Not all extension modules will fit neatly into the above categories. The

0 commit comments

Comments
 (0)