https://github.com/python/cpython/commit/acf0d9eae673843e4fdd2e2661fe621b100ac78d
commit: acf0d9eae673843e4fdd2e2661fe621b100ac78d
branch: main
author: Francisco Kurucz <[email protected]>
committer: iritkatriel <[email protected]>
date: 2024-08-08T09:19:10+01:00
summary:

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

files:
M InternalDocs/compiler.md

diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md
index 52a3ab2f0a4abd..ba31e16c3bbeaa 100644
--- a/InternalDocs/compiler.md
+++ b/InternalDocs/compiler.md
@@ -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/)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to