8000 Docs: Fix typo in `InternalDocs/jit.md` (#132119) · python/cpython@bfc292a · GitHub
[go: up one dir, main page]

Skip to content

Commit bfc292a

Browse files
authored
Docs: Fix typo in InternalDocs/jit.md (#132119)
1 parent b9d8d99 commit bfc292a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When invoked, the executor jumps to the `tier2_dispatch:` label in
6666
executes the micro-ops. The body of this loop is a switch statement over
6767
the uops IDs, resembling the one used in the adaptive interpreter.
6868

69-
The swtich implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
69+
The switch implementing the uops is in [`Python/executor_cases.c.h`](../Python/executor_cases.c.h),
7070
which is generated by the build script
7171
[`Tools/cases_generator/tier2_generator.py`](../Tools/cases_generator/tier2_generator.py)
7272
from the bytecode definitions in

0 commit comments

Comments
 (0)
0