homepage

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: doc typo in 'Glossary': 'generator'
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, n0vicelive, python-dev
Priority: normal Keywords: patch

Created on 2015年01月15日 04:40 by n0vicelive, last changed 2022年04月11日 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
generator_typo.patch oquanox, 2015年01月15日 07:13 review
Messages (2)
msg234047 - (view) Author: Gu Zhengxiong (n0vicelive) * Date: 2015年01月15日 04:40
'a series a values' in the description of 'generator' in 'Glossary' should be 'a series of values'. 
Take the online documentation for example, the whole sentence is - 
 
> It looks like a normal function except that it contains yield statements for producing **a series a values** usable in a for-loop or that can be retrieved one at a time with the next() function.
:)
msg234061 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015年01月15日 07:16
New changeset 25a1ce2a6f9b by Georg Brandl in branch '2.7':
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.
https://hg.python.org/cpython/rev/25a1ce2a6f9b
New changeset 3e4d4c4968bb by Georg Brandl in branch '3.4':
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.
https://hg.python.org/cpython/rev/3e4d4c4968bb 
History
Date User Action Args
2022年04月11日 14:58:11adminsetgithub: 67433
2015年01月15日 07:16:44python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg234061

resolution: fixed
stage: resolved
2015年01月15日 07:13:50oquanoxsetfiles: + generator_typo.patch
keywords: + patch
2015年01月15日 04:40:01n0vicelivecreate

AltStyle によって変換されたページ (->オリジナル) /