mirror of https://github.com/python/cpython.git
small grammatical change (GH-96138) (GH-96157)
This commit is contained in:
parent
27f390bc30
commit
fedd25eb64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue