New submission from MATSUI Tetsushi <m...@users.sourceforge.net>:

In the documentation of numbers.Real:
"In short, those are: a conversion to float, trunc(), round(), math.floor(), 
math.ceil(), divmod(), //, %, <, <=, >, and >=."
where only "trunc" is not linked if we look at it in html pages.
This is because the function trunc is not in built-in namespace, but in math 
module. So we should call it math.trunc similarly to math.floor, etc.

----------
assignee: docs@python
components: Documentation
messages: 130690
nosy: docs@python, mft
priority: normal
severity: normal
status: open
title: trunc in documentation of numbers.Real should math.trunc
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11475>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to