summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/math.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 1eb2d71..39fde82 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -125,7 +125,7 @@ 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. The integer part is returned as a real.
+ of *x* and are floats.
.. function:: trunc(x)