Skip to content

Commit e9c946f

Browse files
Fix an ambiguous sentance.
1 parent 6304a23 commit e9c946f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/reference/executionmodel.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,12 @@ stays consistent over its lifetime, particularly when used with
509509
multiple host threads.
510510

511511
The global runtime, at the conceptual level, is just a set of
512-
interpreters. While they are otherwise isolated and independent from
513-
one another, they may share some data or other resources. The runtime
514-
is responsible for managing these global resources safely. The actual
515-
nature and management of these resources is implementation-specific.
516-
Ultimately, the external utility of the global runtime is limited
517-
to managing interpreters.
512+
interpreters. While those interpreters are otherwise isolated and
513+
independent from one another, they may share some data or other
514+
resources. The runtime is responsible for managing these global
515+
resources safely. The actual nature and management of these resources
516+
is implementation-specific. Ultimately, the external utility of the
517+
global runtime is limited to managing interpreters.
518518

519519
In contrast, an "interpreter" is conceptually what we would normally
520520
think of as the (full-featured) "Python runtime". When machine code

0 commit comments

Comments
 (0)