SF 895560: minor typo

This commit is contained in:
Raymond Hettinger 2004-02-12 09:50:42 +00:00
parent f3938fd029
commit b1e5b50531
1 changed files with 2 additions and 2 deletions

View File

@ -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]: