Commit 54f65094 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent 7321ec43
......@@ -330,7 +330,7 @@ One method needs to be defined for container objects to provide
iteration support:
\begin{methoddesc}[container]{__iter__}{}
Return an interator object. The object is required to support the
Return an iterator object. The object is required to support the
iterator protocol described below. If a container supports
different types of iteration, additional methods can be provided to
specifically request iterators for those iteration types. (An
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment