summaryrefslogtreecommitdiffstats
path: root/Doc/library/math.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-20 22:49:24 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-20 22:49:24 (GMT)
commit9de729810274da47f3408cc4b869a13672e18bec (patch)
tree9cdaa3ebe7f1f280003877828a77f9243499c65c /Doc/library/math.rst
parentfed67fd41e63cb3dcb2b5716a4e2c08613962c21 (diff)
downloadcpython-9de729810274da47f3408cc4b869a13672e18bec.zip
cpython-9de729810274da47f3408cc4b869a13672e18bec.tar.gz
cpython-9de729810274da47f3408cc4b869a13672e18bec.tar.bz2
remove redundant sentence
Diffstat (limited to 'Doc/library/math.rst')
-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)