mirror of https://github.com/python/cpython
InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs (#122809)
This commit is contained in:
parent
fe13c9baf4
commit
acf0d9eae6
|
@ -555,7 +555,7 @@ Important files
|
|||
* [Python/assemble.c](https://github.com/python/cpython/blob/main/Python/assemble.c):
|
||||
Constructs a code object from a sequence of pseudo instructions.
|
||||
|
||||
* [Python/instruction_sequence.c.c](https://github.com/python/cpython/blob/main/Python/instruction_sequence.c.c):
|
||||
* [Python/instruction_sequence.c](https://github.com/python/cpython/blob/main/Python/instruction_sequence.c):
|
||||
A data structure representing a sequence of bytecode-like pseudo-instructions.
|
||||
|
||||
* [Include/](https://github.com/python/cpython/blob/main/Include/)
|
||||
|
|
Loading…
Reference in New Issue