Skip to content

Commit 9412c4c

Browse files
committed
Fix typo
1 parent ed6ced9 commit 9412c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/symengine_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ cdef class Basic(object):
483483
return c2py(symengine.diff(self.thisptr, s.thisptr))
484484

485485
#TODO: deprecate this
486-
def subs_dict(Basic self not None, subs_dict):
486+
def subs_dict(Basic self not None, *args):
487487
cdef _DictBasic D = get_dict(*args)
488488
return c2py(symengine.msubs(self.thisptr, D.c))
489489

0 commit comments

Comments
 (0)