summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/math.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 3d29736305..594ee92ce4 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -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)