[Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1

benjamin.peterson python-checkins at python.org
Sat Mar 12 18:58:26 CET 2011


http://hg.python.org/cpython/rev/45d76bb9fbcd
changeset:   68401:45d76bb9fbcd
branch:      3.2
parent:      68396:426057570bee
parent:      68400:7fd06773c3c2
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Mar 12 11:58:40 2011 -0600
summary:
  merge 3.1

files:
  

diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -45,7 +45,7 @@
    To :class:`Complex`, :class:`Real` adds the operations that work on real
    numbers.
 
-   In short, those are: a conversion to :class:`float`, :func:`trunc`,
+   In short, those are: a conversion to :class:`float`, :func:`math.trunc`,
    :func:`round`, :func:`math.floor`, :func:`math.ceil`, :func:`divmod`, ``//``,
    ``%``, ``<``, ``<=``, ``>``, and ``>=``.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list