[docs] Vocabulary: Using "integral" in library/stdtypes.html (issue 26512)

georg at python.org georg at python.org
Mon Mar 14 03:47:40 EDT 2016


http://bugs.python.org/review/26512/diff/16736/Doc/library/stdtypes.rst
File Doc/library/stdtypes.rst (right):

http://bugs.python.org/review/26512/diff/16736/Doc/library/stdtypes.rst#newcode364
Doc/library/stdtypes.rst:364:
+--------------------+------------------------------------+--------+
On 2016/03/14 08:44:32, storchaka wrote:
> Remained pluses are not needed. May be this is error.

Indeed, the pluses should be changed to minuses.

http://bugs.python.org/review/26512/diff/16736/Doc/library/stdtypes.rst#newcode367
Doc/library/stdtypes.rst:367: | ``math.trunc(x)``  | *x* truncated to
:class:`numbers.Integral`  |
On 2016/03/14 08:44:32, storchaka wrote:
> I'm wandering, is it possible to make a link from ``math.trunc(x)`` to
the
> math.trunc() function?

You could write
 :func:`math.trunc`\ ``(x)`` 
or
 :func:`math.trunc(x) <math.trunc>`

http://bugs.python.org/review/26512/


More information about the docs mailing list