python / cpython

The Python programming language
https://www.python.org
Other
62.56k stars 30.02k forks source link

Fix typo in PEP 380 -- Syntax for Delegating to a Subgenerator #66538

Closed 6e9f34f0-70fc-4bd1-9ff9-478e4aa754b6 closed 10 years ago

6e9f34f0-70fc-4bd1-9ff9-478e4aa754b6 commented 10 years ago
BPO 22342

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = created_at = labels = ['type-feature', 'docs'] title = 'Fix typo in PEP 380 -- Syntax for Delegating to a Subgenerator' updated_at = user = 'https://bugs.python.org/GaelRobin' ``` bugs.python.org fields: ```python activity = actor = 'python-dev' assignee = 'docs@python' closed = True closed_date = closer = 'python-dev' components = ['Documentation'] creation = creator = 'Gael.Robin' dependencies = [] files = [] hgrepos = [] issue_num = 22342 keywords = [] message_count = 2.0 messages = ['226425', '226453'] nosy_count = 3.0 nosy_names = ['docs@python', 'python-dev', 'Gael.Robin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue22342' versions = [] ```

6e9f34f0-70fc-4bd1-9ff9-478e4aa754b6 commented 10 years ago

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"

1762cc99-3127-4a62-9baf-30c3d0f51ef7 commented 10 years ago

New changeset 4b03ae00a76b by Benjamin Peterson in branch 'default': use correct article (closes bpo-22342) http://hg.python.org/peps/rev/4b03ae00a76b