From 64150bc629c1872c5ca046b5f801052370782df6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 18 Jan 2009 10:38:16 +0000 Subject: #4984: fix number of types. --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 2ea9a38..577d1a5 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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.) -- cgit v0.12