From: Georg Brandl Date: Thu, 15 Jan 2015 07:16:01 +0000 (+0100) Subject: Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. X-Git-Tag: v3.4.3rc1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caa12dab690aace565a53d17bfed1eea9ed5d9cd;p=python Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f4bee4ea83..1de86ef8c0 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -292,7 +292,7 @@ Glossary generator A function which returns an iterator. It looks like a normal function except that it contains :keyword:`yield` statements for producing a series - a values usable in a for-loop or that can be retrieved one at a time with + of values usable in a for-loop or that can be retrieved one at a time with the :func:`next` function. Each :keyword:`yield` temporarily suspends processing, remembering the location execution state (including local variables and pending try-statements). When the generator resumes, it