SF 895560: minor typo
This commit is contained in:
parent
f3938fd029
commit
b1e5b50531
|
@ -4285,8 +4285,8 @@ finally the instance converted to a string using the built-in function
|
|||
|
||||
\section{Iterators\label{iterators}}
|
||||
|
||||
By now, you've probably noticed that most container objects can looped over
|
||||
using a \code{for} statement:
|
||||
By now, you've probably noticed that most container objects can be looped
|
||||
over using a \code{for} statement:
|
||||
|
||||
\begin{verbatim}
|
||||
for element in [1, 2, 3]:
|
||||
|
|
Loading…
Reference in New Issue