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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8eed44922a2516a0463071f35dc15494165e00a1;p=thirdparty%2FPython%2Fcpython.git Tiny grammatical fix. --- diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst index 558c201c7bf2..496fd4162ed7 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: