Skip to content

Commit 47022a0

Browse files
authored
docs: fix grammar in isolating-extensions.rst (#108037)
1 parent 60942cc commit 47022a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/isolating-extensions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Enter Per-Module State
6464

6565
Instead of focusing on per-interpreter state, Python's C API is evolving
6666
to better support the more granular *per-module* state.
67-
This means that C-level data is be attached to a *module object*.
67+
This means that C-level data should be attached to a *module object*.
6868
Each interpreter creates its own module object, keeping the data separate.
6969
For testing the isolation, multiple module objects corresponding to a single
7070
extension can even be loaded in a single interpreter.

0 commit comments

Comments
 (0)