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:
void real(T)
# Access imaginary part
T image()
void image(T)
T imag()
void imag(T)
# Return real part
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