From: Raymond Hettinger Date: Thu, 12 Feb 2004 09:52:43 +0000 (+0000) Subject: SF 895560: minor typo X-Git-Tag: v2.3.4c1~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21995ad396fe8ff8172a74fe863c0654dbbb695b;p=thirdparty%2FPython%2Fcpython.git SF 895560: minor typo --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 403f3d52ff2b..f31d6a9abb63 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -4219,8 +4219,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]: