Skip to content

Commit fe4dd07

Browse files
gh-119786: Mention InternalDocs/interpreter.md instead of non-existing adaptive.md (#128329)
`Python/specialize.c`: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive.md` Co-authored-by: Peter Bierma <[email protected]>
1 parent 6dbace3 commit fe4dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Python/specialize.c

+1-1
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-
* ./adaptive.md
24+
* InternalDocs/interpreter.md `Specialization` section.
2525
*/
2626

2727
#ifdef Py_STATS

0 commit comments

Comments
 (0)