Skip to content

Commit acf0d9e

Browse files
authored
InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs (#122809)
1 parent fe13c9b commit acf0d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ Important files
555555
* [Python/assemble.c](https://github.com/python/cpython/blob/main/Python/assemble.c):
556556
Constructs a code object from a sequence of pseudo instructions.
557557

558-
* [Python/instruction_sequence.c.c](https://github.com/python/cpython/blob/main/Python/instruction_sequence.c.c):
558+
* [Python/instruction_sequence.c](https://github.com/python/cpython/blob/main/Python/instruction_sequence.c):
559559
A data structure representing a sequence of bytecode-like pseudo-instructions.
560560

561561
* [Include/](https://github.com/python/cpython/blob/main/Include/)

0 commit comments

Comments
 (0)