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.

classification
Title: Fix typo in PEP 380 -- Syntax for Delegating to a Subgenerator
Type: enhancement Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Gael.Robin, docs@python, python-dev
Priority: normal Keywords:

Created on 2014-09-05 14:12 by Gael.Robin, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg226425 - (view) Author: Gael Robin (Gael.Robin) Date: 2014-09-05 14:12
The first line of the Refactoring Principle subsection of the Rationale section contains the following typo :

"It should be possible to take an section of code"

should be

"It should be possible to take a section of code"
msg226453 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-09-05 20:28
New changeset 4b03ae00a76b by Benjamin Peterson in branch 'default':
use correct article (closes #22342)
http://hg.python.org/peps/rev/4b03ae00a76b
History
Date User Action Args
2022-04-11 14:58:07adminsetgithub: 66538
2014-09-05 20:28:57python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg226453

resolution: fixed
stage: resolved
2014-09-05 14:12:14Gael.Robincreate