mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs (#122809)
This commit is contained in:
parent
fe13c9baf4
commit
acf0d9eae6
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@
|
|||
* [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…
Add table
Add a link
Reference in a new issue