Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84753de commit 2ae8ac2Copy full SHA for 2ae8ac2
1 file changed
Doc/glossary.rst
@@ -484,7 +484,7 @@ Glossary
484
indices via the :meth:`__getitem__` special method and defines a
485
:meth:`len` method that returns the length of the sequence.
486
Some built-in sequence types are :class:`list`, :class:`str`,
487
- :class:`tuple`, and :class:`unicode`. Note that :class:`dict` also
+ :class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
488
supports :meth:`__getitem__` and :meth:`__len__`, but is considered a
489
mapping rather than a sequence because the lookups use arbitrary
490
:term:`immutable` keys rather than integers.
0 commit comments