Skip to content

Commit 1e13e0b

Browse files
committed
docs: Fix warnings
1 parent 351e7da commit 1e13e0b

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
@@ -4874,7 +4874,7 @@ cdef class LambdaDouble(_Lambdify):
48744874
"""
48754875
Returns a tuple with first element being a ctypes function with signature
48764876
4877-
void func(double * output, const double *input, void *user_data)
4877+
void func(double \*output, const double \*input, void \*user_data)
48784878
48794879
and second element being a ctypes void pointer. This void pointer needs to be
48804880
passed as input to the function as the third argument `user_data`.

0 commit comments

Comments
 (0)