From 8eed44922a2516a0463071f35dc15494165e00a1 Mon Sep 17 00:00:00 2001 From: Mark Summerfield Date: Fri, 8 Feb 2008 13:24:20 +0000 Subject: Tiny grammatical fix. --- Doc/library/datatypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst index 558c201..496fd41 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: -- cgit v0.12