Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17a2be6

Browse files
committed
fix comment
1 parent b330cca commit 17a2be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5844,7 +5844,7 @@ compute_code_flags(struct compiler *c)
58445844
return flags;
58455845
}
58465846

5847-
// Merge *tuple* with constant cache.
5847+
// Merge *obj* with constant cache.
58485848
// Unlike merge_consts_recursive(), this function doesn't work recursively.
58495849
static int
58505850
merge_const_one(struct compiler *c, PyObject **obj)

0 commit comments

Comments
 (0)