diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-20 02:48:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-20 02:48:02 (GMT) |
commit | 2d54e72a628b52917faec32ef5b25dc080be15f4 (patch) | |
tree | 826def2aa6965d286ca946ec21ce572f59c33af8 | |
parent | d378dc02da310d17d4989a189aa6ad7d12cf4e43 (diff) | |
download | cpython-2d54e72a628b52917faec32ef5b25dc080be15f4.zip cpython-2d54e72a628b52917faec32ef5b25dc080be15f4.tar.gz cpython-2d54e72a628b52917faec32ef5b25dc080be15f4.tar.bz2 |
copy sentence from docstring
-rw-r--r-- | Doc/library/math.rst | 4 |
1 files 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) |