]> granicus.if.org Git - python/commitdiff
SF 895560: minor typo
authorRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2004 09:50:42 +0000 (09:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 12 Feb 2004 09:50:42 +0000 (09:50 +0000)
Doc/tut/tut.tex

index fb60faabfb19846cb764d46e32930fb6e7225836..3933fc6b65e35da3f3dbbb8bbee98dc59d5fe437 100644 (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]: