Index: Doc/library/stdtypes.rst =================================================================== --- Doc/library/stdtypes.rst (revision 87161) +++ Doc/library/stdtypes.rst (working copy) @@ -836,7 +836,7 @@ must have a trailing comma, such as ``(d,)``. Objects of type range are created using the :func:`range` function. They don't -support slicing, concatenation or repetition, and using ``in``, ``not in``, +support concatenation or repetition, and using ``in``, ``not in``, :func:`min` or :func:`max` on them is inefficient. Most sequence types support the following operations. The ``in`` and ``not in``