annotations!
Also fixed a typo noted by Neil S.
This is derived from \exception{Exception} rather than
\exception{StandardError}, since this is not considered an error in
its normal application.
+ \versionadded{2.2}
\end{excdesc}
\begin{excdesc}{SyntaxError}
\subsection{Iterator Types \label{typeiter}}
-\versionadded{2.1}
+\versionadded{2.2}
\index{iterator protocol}
\index{protocol!iterator}
\index{sequence!iteration}
the Python/C API.
\end{methoddesc}
-\begin{methoddesc}[iteratpr]{next}{}
+\begin{methoddesc}[iterator]{next}{}
Return the next item from the container. If there are no further
items, raise the \exception{StopIteration} exception. This method
corresponds to the \member{tp_iternext} slot of the type structure