Kaydet (Commit) 8eed4492 authored tarafından Mark Summerfield's avatar Mark Summerfield

Tiny grammatical fix.

üst 66cb7d4b
...@@ -11,8 +11,8 @@ queues, and sets. ...@@ -11,8 +11,8 @@ queues, and sets.
Python also provides some built-in data types, in particular, Python also provides some built-in data types, in particular,
:class:`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and :class:`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and
:class:`tuple`. The :class:`str` class can be used to strings, including :class:`tuple`. The :class:`str` class is used to hold
Unicode strings, and the :class:`bytes` class to handle binary data. Unicode strings, and the :class:`bytes` class is used to hold binary data.
The following modules are documented in this chapter: The following modules are documented in this chapter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment