Skip to content

Commit 3dee63f

Browse files
Update Doc/glossary.rst
Co-authored-by: Victor Stinner <[email protected]>
1 parent 80ae46b commit 3dee63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Glossary
352352

353353
A per-thread :c:data:`PyThreadState` pointer.
354354

355-
The pointer might be ``NULL``, in which case Python code should not
355+
The pointer might be ``NULL``, in which case Python code must not
356356
get executed.
357357

358358
If the current thread state is non-``NULL``, then the :term:`thread state`

0 commit comments

Comments
 (0)