summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/datatypes.rst4
1 files 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: