Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit acf0d9e

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎InternalDocs/compiler.md

Copy file name to clipboardExpand all lines: InternalDocs/compiler.md
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.