Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1e5b50

Browse files
committed
SF 895560: minor typo
1 parent f3938fd commit b1e5b50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tut/tut.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,8 +4285,8 @@ \section{Exceptions Are Classes Too\label{exceptionClasses}}
42854285
42864286
\section{Iterators\label{iterators}}
42874287
4288-
By now, you've probably noticed that most container objects can looped over
4289-
using a \code{for} statement:
4288+
By now, you've probably noticed that most container objects can be looped
4289+
over using a \code{for} statement:
42904290
42914291
\begin{verbatim}
42924292
for element in [1, 2, 3]:

0 commit comments

Comments
 (0)