Skip to content

Commit dacfc39

Browse files
Update Python/specialize.c
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 3d39f41 commit dacfc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
extern const char *_PyUOpName(int index);
2222

2323
/* For guidance on adding or extending families of instructions see
24-
* ../InternalDocs/interpreter.md `Specialization` section.
24+
* InternalDocs/interpreter.md `Specialization` section.
2525
*/
2626

2727
#ifdef Py_STATS

0 commit comments

Comments
 (0)