]> granicus.if.org Git - python/commitdiff
#4984: fix number of types.
authorGeorg Brandl <georg@python.org>
Sun, 18 Jan 2009 10:38:16 +0000 (10:38 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 Jan 2009 10:38:16 +0000 (10:38 +0000)
Doc/library/stdtypes.rst

index 2ea9a388b1668503dfde04f125f5893561006410..577d1a581702acd1bcd4d3055295daa22d634637 100644 (file)
@@ -594,7 +594,7 @@ generator object) supplying the :meth:`__iter__` and :meth:`__next__` methods.
 Sequence Types --- :class:`str`, :class:`bytes`, :class:`bytearray`, :class:`list`, :class:`tuple`, :class:`range`
 ==================================================================================================================
 
-There are five sequence types: strings, byte sequences, byte arrays, lists,
+There are six sequence types: strings, byte sequences, byte arrays, lists,
 tuples, and range objects.  (For other containers see the built-in
 :class:`dict`, :class:`list`, :class:`set`, and :class:`tuple` classes, and the
 :mod:`collections` module.)