diff -r 659fff320e1e Doc/reference/expressions.rst --- a/Doc/reference/expressions.rst Sun Feb 23 00:37:46 2014 -0500 +++ b/Doc/reference/expressions.rst Sun Feb 23 18:50:18 2014 +0200 @@ -399,7 +399,6 @@ is already executing raises a :exc:`ValueError` exception. .. index:: exception: StopIteration -.. class:: generator .. method:: generator.__next__() @@ -449,8 +448,6 @@ other exception, it is propagated to the caller. :meth:`close` does nothing if the generator has already exited due to an exception or normal exit. -.. class:: . - .. index:: single: yield; examples Examples