Skip to content

Commit 78f3590

Browse files
committed
Remove C prefix
1 parent 1fc66d1 commit 78f3590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/primitives/dict_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
error_kind=ERR_MAGIC)
144144

145145
# dict.copy()
146-
c_method_op(
146+
method_op(
147147
name='copy',
148148
arg_types=[dict_rprimitive],
149149
return_type=dict_rprimitive,

0 commit comments

Comments
 (0)