Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Sep 21, 2023
1 parent 34b896f commit 7013ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function pyconvert_add_rule(func::Function, pytypename::String, type::Type, prio
return
end

@deprecate(convert_add_rule(pytypename::String, type::Type, func::Function, priority::PyConvertPriority=PYCONVERT_PRIORITY_NORMAL),
@deprecate(pyconvert_add_rule(pytypename::String, type::Type, func::Function, priority::PyConvertPriority=PYCONVERT_PRIORITY_NORMAL),
pyconvert_add_rule(func, pytypename, type, priority), false)

# Alternative ways to represent the result of conversion.
Expand Down

0 comments on commit 7013ee5

Please sign in to comment.