From: Mark Summerfield Date: Fri, 8 Feb 2008 13:24:20 +0000 (+0000) Subject: Tiny grammatical fix. X-Git-Tag: v3.0a3~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eed44922a2516a0463071f35dc15494165e00a1;p=python Tiny grammatical fix. --- diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst index 558c201c7b..496fd4162e 100644 --- a/Doc/library/datatypes.rst +++ b/Doc/library/datatypes.rst @@ -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: