mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Typo fix.
This commit is contained in:
parent
7321ec437b
commit
54f65094c3
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ One method needs to be defined for container objects to provide
|
|||
iteration support:
|
||||
|
||||
\begin{methoddesc}[container]{__iter__}{}
|
||||
Return an interator object. The object is required to support the
|
||||
Return an iterator object. The object is required to support the
|
||||
iterator protocol described below. If a container supports
|
||||
different types of iteration, additional methods can be provided to
|
||||
specifically request iterators for those iteration types. (An
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue