Skip to content

Commit d9480d2

Browse files
committed
Fix typo
1 parent 8f21380 commit d9480d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111

1212
// Inline caches. If you change the number of cache entries for an instruction,
1313
// you must *also* update the number of cache entries in Lib/opcode.py and bump
14-
// the magic number in Lib/importlib/_bootstap_external.py!
14+
// the magic number in Lib/importlib/_bootstrap_external.py!
1515

1616
#define CACHE_ENTRIES(cache) (sizeof(cache)/sizeof(_Py_CODEUNIT))
1717

0 commit comments

Comments
 (0)