bpo-36189: Fixing typo in tutorial introduction (GH-13090)

This commit is contained in:
Jonatan 2019-05-04 14:55:29 -07:00 committed by Cheryl Sabella
parent 5e98f05e55
commit 98a1e06c47

View file

@ -383,7 +383,7 @@ items of different types, but usually the items all have the same type. ::
>>> squares
[1, 4, 9, 16, 25]
Like strings (and all other built-in :term:`sequence` type), lists can be
Like strings (and all other built-in :term:`sequence` types), lists can be
indexed and sliced::
>>> squares[0] # indexing returns the item