From 2d54e72a628b52917faec32ef5b25dc080be15f4 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 20 Dec 2008 02:48:02 +0000 Subject: copy sentence from docstring --- Doc/library/math.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 3d29736..594ee92 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) -- cgit v0.12