Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3938fd commit b1e5b50Copy full SHA for b1e5b50
1 file changed
Doc/tut/tut.tex
@@ -4285,8 +4285,8 @@ \section{Exceptions Are Classes Too\label{exceptionClasses}}
4285
4286
\section{Iterators\label{iterators}}
4287
4288
-By now, you've probably noticed that most container objects can looped over
4289
-using a \code{for} statement:
+By now, you've probably noticed that most container objects can be looped
+over using a \code{for} statement:
4290
4291
\begin{verbatim}
4292
for element in [1, 2, 3]:
0 commit comments