[Python-3000-checkins] r60669 - python/branches/py3k/Doc/library/datatypes.rst

mark.summerfield python-3000-checkins at python.org
Fri Feb 8 14:24:20 CET 2008


Author: mark.summerfield
Date: Fri Feb  8 14:24:20 2008
New Revision: 60669

Modified:
   python/branches/py3k/Doc/library/datatypes.rst
Log:
Tiny grammatical fix.



Modified: python/branches/py3k/Doc/library/datatypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/datatypes.rst	(original)
+++ python/branches/py3k/Doc/library/datatypes.rst	Fri Feb  8 14:24:20 2008
@@ -11,8 +11,8 @@
 
 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:
 


More information about the Python-3000-checkins mailing list