]> granicus.if.org Git - python/commitdiff
Tiny grammatical fix.
authorMark Summerfield <list@qtrac.plus.com>
Fri, 8 Feb 2008 13:24:20 +0000 (13:24 +0000)
committerMark Summerfield <list@qtrac.plus.com>
Fri, 8 Feb 2008 13:24:20 +0000 (13:24 +0000)
Doc/library/datatypes.rst

index 558c201c7bf253b9e730fa1205ec92914c57b080..496fd4162ed7f636ad94d07f72c044d52aa48895 100644 (file)
@@ -11,8 +11,8 @@ queues, and sets.
 
 Python also provides some built-in data types, in particular,
 :class:`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and
-:class:`tuple`.  The :class:`str` class can be used to strings, including
-Unicode strings, and the :class:`bytes` class to handle binary data.
+:class:`tuple`.  The :class:`str` class is used to hold
+Unicode strings, and the :class:`bytes` class is used to hold binary data.
 
 The following modules are documented in this chapter: