summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index afa9198..596e8a0 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1059,12 +1059,6 @@ available. They are listed here in alphabetical order.
operators such as ``super(C, self)[name]``.
-.. function:: trunc(x)
-
- Return the :class:`Real` value *x* truncated to an :class:`Integral` (usually
- a long integer). Delegates to ``x.__trunc__()``.
-
-
.. function:: tuple([iterable])
Return a tuple whose items are the same and in the same order as *iterable*'s