Skip to content

Commit 2b5ffc0

Browse files
miss-islingtonjonyucra
authored andcommitted
bpo-36189: Fixing typo in tutorial introduction (GH-13093)
(cherry picked from commit 98a1e06) Co-authored-by: Jonatan <[email protected]>
1 parent 37125ff commit 2b5ffc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ items of different types, but usually the items all have the same type. ::
383383
>>> squares
384384
[1, 4, 9, 16, 25]
385385

386-
Like strings (and all other built-in :term:`sequence` type), lists can be
386+
Like strings (and all other built-in :term:`sequence` types), lists can be
387387
indexed and sliced::
388388

389389
>>> squares[0] # indexing returns the item

0 commit comments

Comments
 (0)