Revert doc patch committed to the wrong branch: "Issue 2690: Doc fixup. xrange() objects are slicable."

This commit is contained in:
Daniel Stutzbach 2010-12-17 21:20:55 +00:00
parent 47900cfa73
commit aa7017f5f5
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ concatenation or repetition.
Objects of type xrange are similar to buffers in that there is no specific syntax to
create them, but they are created using the :func:`xrange` function. They don't
support concatenation or repetition, and using ``in``, ``not in``,
support slicing, 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``