We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60942cc commit 47022a0Copy full SHA for 47022a0
Doc/howto/isolating-extensions.rst
@@ -64,7 +64,7 @@ Enter Per-Module State
64
65
Instead of focusing on per-interpreter state, Python's C API is evolving
66
to better support the more granular *per-module* state.
67
-This means that C-level data is be attached to a *module object*.
+This means that C-level data should be attached to a *module object*.
68
Each interpreter creates its own module object, keeping the data separate.
69
For testing the isolation, multiple module objects corresponding to a single
70
extension can even be loaded in a single interpreter.
0 commit comments