Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8eed449

Browse files
author
Mark Summerfield
committed
Tiny grammatical fix.
1 parent 66cb7d4 commit 8eed449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/datatypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ queues, and sets.
1111

1212
Python also provides some built-in data types, in particular,
1313
:class:`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and
14-
:class:`tuple`. The :class:`str` class can be used to strings, including
15-
Unicode strings, and the :class:`bytes` class to handle binary data.
14+
:class:`tuple`. The :class:`str` class is used to hold
15+
Unicode strings, and the :class:`bytes` class is used to hold binary data.
1616

1717
The following modules are documented in this chapter:
1818

0 commit comments

Comments
 (0)