Tiny grammatical fix.

This commit is contained in:
Mark Summerfield 2008-02-08 13:24:20 +00:00
parent 66cb7d4bd8
commit 8eed44922a
1 changed files with 2 additions and 2 deletions

View 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: