From: Raymond Hettinger Date: Thu, 12 Feb 2004 09:50:42 +0000 (+0000) Subject: SF 895560: minor typo X-Git-Tag: v2.4a1~832 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1e5b5053113b9c31f864c953e1b178a58891c9f;p=python SF 895560: minor typo --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index fb60faabfb..3933fc6b65 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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]: