From: Benjamin Peterson Date: Sat, 20 Dec 2008 02:48:02 +0000 (+0000) Subject: copy sentence from docstring X-Git-Tag: v2.7a1~2523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d54e72a628b52917faec32ef5b25dc080be15f4;p=thirdparty%2FPython%2Fcpython.git copy sentence from docstring --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 3d297363056b..594ee92ce4e8 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)