Skip to content

Commit 394ebe2

Browse files
Update dict_ops.py
1 parent 03419ee commit 394ebe2

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
function_op(

0 commit comments

Comments
 (0)