summaryrefslogtreecommitdiffstats
path: root/Doc/library/operator.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/operator.rst')
-rw-r--r--Doc/library/operator.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst
index 175314e..e24c69f 100644
--- a/Doc/library/operator.rst
+++ b/Doc/library/operator.rst
@@ -109,8 +109,6 @@ The mathematical and bitwise operations are the most numerous:
Return *a* converted to an integer. Equivalent to ``a.__index__()``.
- .. versionadded:: 2.5
-
.. function:: inv(obj)
invert(obj)