diff options
Diffstat (limited to 'Doc/library/operator.rst')
-rw-r--r-- | Doc/library/operator.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 047c7ec..a0a767b 100644 --- a/Doc/library/operator.rst +++ b/Doc/library/operator.rst @@ -457,7 +457,6 @@ expect a function argument. >>> itemgetter(slice(2,None))('ABCDEFG') 'CDEFG' - .. versionadded:: 2.4 Example of using :func:`itemgetter` to retrieve specific fields from a tuple record: |