mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
small grammatical change (GH-96138) (GH-96157)
This commit is contained in:
parent
27f390bc30
commit
fedd25eb64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue