We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535c8b8 commit 3f3d5ccCopy full SHA for 3f3d5cc
1 file changed
Doc/reference/executionmodel.rst
@@ -434,7 +434,7 @@ specific to Python::
434
interpreter
435
Python thread (runs bytecode)
436
437
-when a Python program starts, it looks exactly like that, with one
+When a Python program starts, it looks exactly like that, with one
438
of each. The process has a single global runtime to manage global
439
resources. Each Python thread has all the state it needs to run
440
Python code (and use any supported C-API) in its OS thread.
0 commit comments