Skip to content

Commit

Permalink
small grammatical change (GH-96138) (GH-96157)
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington committed Aug 21, 2022
1 parent 27f390b commit fedd25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/datastructures.rst
Expand Up @@ -106,7 +106,7 @@ An example that uses most of the list methods::
0
>>> fruits.index('banana')
3
>>> fruits.index('banana', 4) # Find next banana starting a position 4
>>> fruits.index('banana', 4) # Find next banana starting at position 4
6
>>> fruits.reverse()
>>> fruits
Expand Down

0 comments on commit fedd25e

Please sign in to comment.