InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs (#122809)

This commit is contained in:
Francisco Kurucz 2024-08-08 05:19:10 -03:00 committed by GitHub
parent fe13c9baf4
commit acf0d9eae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/)