Skip to content

Commit 378d062

Browse files
WolframAlphZeroIntensity
authored andcommitted
pythongh-119786: Mention InternalDocs/interpreter.md instead of non-existing adaptive.md (python#128329)
`Python/specialize.c`: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive.md` Co-authored-by: Peter Bierma <[email protected]>
1 parent d665607 commit 378d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)