Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8c7a11

Browse files
authored
small grammatical change (GH-96138)
changed a to an under An example that uses most of the list methods
1 parent 511dea0 commit d8c7a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/datastructures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ An example that uses most of the list methods::
106106
0
107107
>>> fruits.index('banana')
108108
3
109-
>>> fruits.index('banana', 4) # Find next banana starting a position 4
109+
>>> fruits.index('banana', 4) # Find next banana starting at position 4
110110
6
111111
>>> fruits.reverse()
112112
>>> fruits

0 commit comments

Comments
 (0)