New submission from Boštjan Mejak:

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".

----------
assignee: docs@python
components: Documentation
messages: 215717
nosy: Zvezdoslovec, docs@python
priority: normal
severity: normal
status: open
title: A typo in the docs for "exception GeneratorExit"
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21174>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to