Commit 98a1e06c authored by Jonatan's avatar Jonatan Committed by Cheryl Sabella

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

parent 5e98f05e
...@@ -383,7 +383,7 @@ items of different types, but usually the items all have the same type. :: ...@@ -383,7 +383,7 @@ items of different types, but usually the items all have the same type. ::
>>> squares >>> squares
[1, 4, 9, 16, 25] [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:: indexed and sliced::
>>> squares[0] # indexing returns the item >>> squares[0] # indexing returns the item
......
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