Skip to content

Commit 3f3d5cc

Browse files
Fix a typo.
1 parent 535c8b8 commit 3f3d5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/executionmodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ specific to Python::
434434
interpreter
435435
Python thread (runs bytecode)
436436

437-
when a Python program starts, it looks exactly like that, with one
437+
When a Python program starts, it looks exactly like that, with one
438438
of each. The process has a single global runtime to manage global
439439
resources. Each Python thread has all the state it needs to run
440440
Python code (and use any supported C-API) in its OS thread.

0 commit comments

Comments
 (0)