diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-27 22:44:03 +0000 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-27 22:44:03 +0000 |
| commit | 83fc6dd4dab73ace2466c1db782104c1c14269a5 (patch) | |
| tree | 9690b91bf6a93f22cb936b1bac4736263d2a1f1e /Doc/library/operator.rst | |
| parent | a32f9a24df24e3169ce39d7871910595488465a1 (diff) | |
| download | cpython-git-83fc6dd4dab73ace2466c1db782104c1c14269a5.tar.gz | |
updated/removed a few versionadded/versionchanged
Diffstat (limited to 'Doc/library/operator.rst')
| -rw-r--r-- | Doc/library/operator.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 175314ee64..e24c69f79d 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) |
