This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Zvezdoslovec
Recipients Zvezdoslovec, docs@python
Date 2014-04-07.21:10:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396905031.09.0.19522982785.issue21174@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for the exception GeneratorExit starts like this:
Raise when a generator‘s close() method is called.

The sentece should start with the first word "Raise" to say "Raised". You can find this particular doc sentence on this link: https://docs.python.org/2/library/exceptions.html#exceptions.GeneratorExit

This is a small fix. Just add the letter "d".
History
Date User Action Args
2014-04-07 21:10:31Zvezdoslovecsetrecipients: + Zvezdoslovec, docs@python
2014-04-07 21:10:31Zvezdoslovecsetmessageid: <1396905031.09.0.19522982785.issue21174@psf.upfronthosting.co.za>
2014-04-07 21:10:31Zvezdosloveclinkissue21174 messages
2014-04-07 21:10:30Zvezdosloveccreate