Kaydet (Commit) 98a1e06c authored tarafından Jonatan's avatar Jonatan Kaydeden (comit) Cheryl Sabella

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

üst 5e98f05e
......@@ -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
......
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