chore: also use typos (#5931)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Ralf W. Grosse-Kunstleve <rgrossekunst@nvidia.com>
This commit is contained in:
Henry Schreiner
2025-12-13 05:17:08 -05:00
committed by GitHub
parent 41a4d0c4b6
commit 1006933415
7 changed files with 39 additions and 9 deletions

View File

@@ -302,7 +302,7 @@ Activating a Sub-interpreter
Once a sub-interpreter is created, you can "activate" it on a thread (and
acquire its GIL) by creating a :class:`subinterpreter_scoped_activate`
instance and passing it the sub-intepreter to be activated. The function
instance and passing it the sub-interpreter to be activated. The function
will acquire the sub-interpreter's GIL and make the sub-interpreter the
current active interpreter on the current thread for the lifetime of the
instance. When the :class:`subinterpreter_scoped_activate` instance goes out