cpython: 0eb23dedb03c (original) (raw)
Mercurial > cpython
changeset 68403:0eb23dedb03c 2.7
trunc -> math.trunc (closes #11475) [#11475]
Benjamin Peterson benjamin@python.org | |
---|---|
date | Sat, 12 Mar 2011 11:58:15 -0600 |
parents | d5fe8b33f711 |
children | ce7354473a4a |
files | Doc/library/numbers.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/numbers.rst 2 |
line wrap: on
line diff
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -47,7 +47,7 @@ The numeric tower
To :class:Complex
, :class:Real
adds the operations that work on real
numbers.