Skip to content

Commit d7029ac

Browse files
committed
Update dict_ops.py
1 parent c2b6787 commit d7029ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/dict_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
c_function_name="CPyDict_Build",
5656
error_kind=ERR_MAGIC,
5757
var_arg_type=object_rprimitive,
58-
)f
58+
)
5959

6060
# Construct a dictionary from another dictionary.
6161
dict_copy_op = function_op(

0 commit comments

Comments
 (0)