]> granicus.if.org Git - python/commitdiff
Issue 2690: Doc fixup. xrange() objects are slicable.
authorRaymond Hettinger <python@rcn.com>
Sat, 11 Dec 2010 00:41:02 +0000 (00:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 11 Dec 2010 00:41:02 +0000 (00:41 +0000)
Doc/library/stdtypes.rst

index decb12da1478fd1a5cce4b1f55f05a2589f8cecc..31f00b6396f4f70b4c05c4f5a12cba19295b1397 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 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``