Commit bca5c2bc authored by Stefan Behnel's avatar Stefan Behnel

fix typo

parent 23da62b9
...@@ -35,8 +35,8 @@ cdef extern from "<complex>" namespace "std" nogil: ...@@ -35,8 +35,8 @@ cdef extern from "<complex>" namespace "std" nogil:
void real(T) void real(T)
# Access imaginary part # Access imaginary part
T image() T imag()
void image(T) void imag(T)
# Return real part # Return real part
T real(complex[T]&) T real(complex[T]&)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment