SF 895560:  minor typo
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index fb60faa..3933fc6 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -4285,8 +4285,8 @@
 
 \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]: