Skip to content

Commit

Permalink
small grammatical change (pythonGH-96138)
Browse files Browse the repository at this point in the history
changed a to an under An example that uses most of the list methods
  • Loading branch information
sand8089 authored Aug 21, 2022
1 parent 511dea0 commit d8c7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/datastructures.rst
Original file line number Diff line number Diff line change
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 d8c7a11

Please sign in to comment.