Commit f3fefeb8 authored by Daniel Stutzbach's avatar Daniel Stutzbach

Revert doc patch committed to the wrong branch: "Issue 2690: Doc fixup. ...

Revert doc patch committed to the wrong branch: "Issue 2690:  Doc fixup.  xrange() objects are slicable."
parent 0c30b0dc
...@@ -699,7 +699,7 @@ concatenation or repetition. ...@@ -699,7 +699,7 @@ concatenation or repetition.
Objects of type xrange are similar to buffers in that there is no specific syntax to 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 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. :func:`min` or :func:`max` on them is inefficient.
Most sequence types support the following operations. The ``in`` and ``not in`` Most sequence types support the following operations. The ``in`` and ``not in``
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment