commit | 2d54e72a628b52917faec32ef5b25dc080be15f4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Dec 20 02:48:02 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Dec 20 02:48:02 2008 +0000 |
tree | 826def2aa6965d286ca946ec21ce572f59c33af8 | |
parent | d378dc02da310d17d4989a189aa6ad7d12cf4e43 [diff] [blame] |
copy sentence from docstring
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 @@ .. 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)