mirror of
https://github.com/python/cpython.git
synced 2026-05-20 19:33:12 -04:00
copy sentence from docstring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user