Commit 2d54e72a authored by Benjamin Peterson's avatar Benjamin Peterson

copy sentence from docstring

parent d378dc02
......@@ -123,8 +123,8 @@ Number-theoretic and representation functions:
.. function:: modf(x)
Return the fractional and integer parts of *x*. Both results carry the sign of
*x*, and both are floats.
Return the fractional and integer parts of *x*. Both results carry the sign
of *x*, and both are floats. The integer part is returned as a real.
.. function:: trunc(x)
......
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