Skip to content

Commit f1b09de

Browse files
rename curry to partial
1 parent 0462580 commit f1b09de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolframclient/utils/externalevaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def MethodCall(consumer, result, names, *args):
258258

259259

260260
@routes.register_function
261-
def Curry(consumer, result, *args):
261+
def Partial(consumer, result, *args):
262262

263263
pos, kwargs = unpack_optionals(args)
264264

0 commit comments

Comments
 (0)