]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF 895560: minor typo
authorRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2004 09:52:43 +0000 (09:52 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2004 09:52:43 +0000 (09:52 +0000)
Doc/tut/tut.tex

index 403f3d52ff2bac23728293b3043b08f204edbec7..f31d6a9abb63c4468f5a7d4725b4de553ad5318e 100644 (file)
@@ -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]: