Skip to content

Commit 36e29de

Browse files
Update str_ops.py
1 parent 14c890d commit 36e29de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/primitives/str_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
name="rfind",
190190
arg_types=str_find_types[0 : i + 2],
191191
return_type=int_rprimitive,
192-
c_function_name=str_rfind_functions[i],
192+
c_function_name=str_find_functions[i],
193193
extra_int_constants=str_rfind_constants[i] + [(-1, c_int_rprimitive)],
194194
error_kind=ERR_MAGIC,
195195
)

0 commit comments

Comments
 (0)