commit | bf5c6a97f80acd4eb785250de8053efad51732ee | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jan 17 10:21:23 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jan 17 10:21:23 2009 +0000 |
tree | ef345debda3189641642b7cadc173931898ad688 | |
parent | 8055afd0197862a3358fb219f5bb60233288fe02 [diff] [blame] |
Fix a few more references to long integers in the docs.
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index f171ec1..ab39424 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst
@@ -118,7 +118,7 @@ .. function:: trunc(x) Return the :class:`Real` value *x* truncated to an :class:`Integral` (usually - a long integer). Delegates to ``x.__trunc__()``. + an integer). Delegates to ``x.__trunc__()``. Note that :func:`frexp` and :func:`modf` have a different call/return pattern