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: _______________________________________________ Python-3000-checkins mailing list Python-3000-checkins@python.org http://mail.python.org/mailman/listinfo/python-3000-checkins