]> granicus.if.org Git - python/commitdiff
Update the xrange object description to reflect the removal of deprecated
authorFred Drake <fdrake@acm.org>
Thu, 2 May 2002 21:37:23 +0000 (21:37 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 May 2002 21:37:23 +0000 (21:37 +0000)
features.

Doc/lib/libstdtypes.tex

index 0cd62894810735fc5d3ce1af934ddc1ecb4b3d16..65e315239b600156b17ff3b7c8fe44a2ad909b64 100644 (file)
@@ -401,9 +401,9 @@ new buffer object.
 Xrange objects are similar to buffers in that there is no specific
 syntax to create them, but they are created using the
 \function{xrange()} function.\bifuncindex{xrange}  They don't support
-slicing or concatenation, but do support repetition, and using
-\code{in}, \code{not in}, \function{min()} or \function{max()} on them
-is inefficient.
+slicing, concatenation, or repetition, and using \keyword{in},
+\keyword{not} \keyword{in}, \function{min()} or \function{max()} on
+them is inefficient.
 \obindex{xrange}
 
 Most sequence types support the following operations.  The \samp{in} and