]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs (#122809)
authorFrancisco Kurucz <juanfkurucz@gmail.com>
Thu, 8 Aug 2024 08:19:10 +0000 (05:19 -0300)
committerGitHub <noreply@github.com>
Thu, 8 Aug 2024 08:19:10 +0000 (09:19 +0100)
InternalDocs/compiler.md

index 52a3ab2f0a4abd565f3b0744be287999311bbc8c..ba31e16c3bbeaa7a27f38968861a21251e745498 100644 (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/)