]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix link to exception handling notes (GH-29617)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 19 Nov 2021 15:40:18 +0000 (15:40 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 15:40:18 +0000 (15:40 +0000)
Python/compile.c

index 1ae4b6575a7f4c0033e5a2b7451d607291a88513..40bd1fde0a9fd7d50187f49a155ca9346a856a33 100644 (file)
@@ -6983,7 +6983,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
     write_except_byte(a, (value&0x3f) | msb);
 }
 
-/* See Objects/exception_table_notes.txt for details of layout */
+/* See Objects/exception_handling_notes.txt for details of layout */
 #define MAX_SIZE_OF_ENTRY 20
 
 static int