Skip to content

Commit 8de5e0a

Browse files
Fix an ambiguous commit hash.
1 parent e9c946f commit 8de5e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/executionmodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ into Python in the context of a specific interpreter.
529529

530530
In an ideal world, "Python runtime" would refer to what we currently
531531
call "interpreter". However, it's been called "interpreter" at least
532-
since introduced in 1997 (a027efa5b).
532+
since introduced in 1997 (CPython:a027efa5b).
533533

534534
Each interpreter completely encapsulates all of the non-process-global,
535535
non-thread-specific state needed for the Python runtime to work.

0 commit comments

Comments
 (0)