]> granicus.if.org Git - python/commitdiff
Revert doc patch committed to the wrong branch: "Issue 2690: Doc fixup. xrange...
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Fri, 17 Dec 2010 21:20:55 +0000 (21:20 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Fri, 17 Dec 2010 21:20:55 +0000 (21:20 +0000)
Doc/library/stdtypes.rst

index a0aee04c7fbc95c7f465c554f2b9c7359bb4bba4..2c47ebe2a9e5696253bc8b5908a2f816066beb2e 100644 (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``