Commit b1e5b505 authored by Raymond Hettinger's avatar Raymond Hettinger

SF 895560: minor typo

parent f3938fd0
...@@ -4285,8 +4285,8 @@ finally the instance converted to a string using the built-in function ...@@ -4285,8 +4285,8 @@ finally the instance converted to a string using the built-in function
\section{Iterators\label{iterators}} \section{Iterators\label{iterators}}
By now, you've probably noticed that most container objects can looped over By now, you've probably noticed that most container objects can be looped
using a \code{for} statement: over using a \code{for} statement:
\begin{verbatim} \begin{verbatim}
for element in [1, 2, 3]: for element in [1, 2, 3]:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment