Skip to content

Commit 62e38ec

Browse files
committed
Fix comment.
1 parent 2160311 commit 62e38ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def _write_atomic(path, data, mode=0o666):
385385
# Python 3.11a5 3477 (Replace DUP_TOP/DUP_TOP_TWO with COPY and
386386
# ROT_TWO/ROT_THREE/ROT_FOUR/ROT_N with SWAP)
387387
# Python 3.11a5 3478 (New CALL opcodes)
388-
# Python 3.11a5 3479 (New CALL opcodes, second iteration)
388+
# Python 3.11a5 3479 (Add PUSH_NULL opcode)
389389

390390
# Python 3.12 will start with magic number 3500
391391

0 commit comments

Comments
 (0)