mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
copy sentence from docstring
This commit is contained in:
parent
d378dc02da
commit
2d54e72a62
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue