Skip to content

Commit a27f18a

Browse files
[3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)
docs: fix grammar in isolating-extensions.rst (GH-108037) (cherry picked from commit 47022a0) Co-authored-by: David Lechner <[email protected]>
1 parent bc97eb7 commit a27f18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/isolating-extensions.rst

Lines changed: 1 addition & 1 deletion
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)