[New-bugs-announce] [issue21174] A typo in the docs for "exception GeneratorExit"

Boštjan Mejak report at bugs.python.org
Mon Apr 7 23:10:31 CEST 2014


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 at python
components: Documentation
messages: 215717
nosy: Zvezdoslovec, docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue21174>
_______________________________________


More information about the New-bugs-announce mailing list