[Python-checkins] cpython (2.7): trunc -> math.trunc (closes #11475) (original) (raw)

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


http://hg.python.org/cpython/rev/0eb23dedb03c changeset: 68403:0eb23dedb03c branch: 2.7 parent: 68394:d5fe8b33f711 user: Benjamin Peterson <benjamin at python.org> date: Sat Mar 12 11:58:15 2011 -0600 summary: trunc -> math.trunc (closes #11475)

files: Doc/library/numbers.rst

diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst --- a/Doc/library/numbers.rst +++ b/Doc/library/numbers.rst @@ -47,7 +47,7 @@ To :class:Complex, :class:Real adds the operations that work on real numbers.

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



More information about the Python-checkins mailing list