Skip to content

Commit 314423a

Browse files
committed
Fix typo
Signed-off-by: Manjusaka <[email protected]>
1 parent 1303df9 commit 314423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_bytecodes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ dummy_func(void) {
480480
res = sym_new_const(ctx, tmp);
481481
Py_DECREF(tmp);
482482
}
483-
else {
483+
else {
484484
res = sym_new_type(ctx, &PyBool_Type);
485485
}
486486
}

0 commit comments

Comments
 (0)