copy sentence from docstring

This commit is contained in:
Benjamin Peterson 2008-12-20 02:48:02 +00:00
parent d378dc02da
commit 2d54e72a62
1 changed files with 2 additions and 2 deletions

View File

@ -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)