mirror of https://github.com/python/cpython
copy sentence from docstring
This commit is contained in:
parent
d378dc02da
commit
2d54e72a62
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue