summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-11 01:26:54 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-09-11 01:26:54 (GMT)
commita88cd646d165adca3d44ecbbd77c1106136a4de1 (patch)
tree661c6a9cc6990de366f4d731865c0e8e2aeae47c /Doc/library
parent3b76552538652dfa440511502b0c25a5a4770aaa (diff)
downloadcpython-a88cd646d165adca3d44ecbbd77c1106136a4de1.zip
cpython-a88cd646d165adca3d44ecbbd77c1106136a4de1.tar.gz
cpython-a88cd646d165adca3d44ecbbd77c1106136a4de1.tar.bz2
whatsnew/3.5: Another editing pass
Patch by Elvis Pranskevichus.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/types.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index ff75de1..eb27846 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -86,14 +86,14 @@ Standard names are defined for the following types:
.. data:: GeneratorType
- The type of :term:`generator`-iterator objects, produced by calling a
- generator function.
+ The type of :term:`generator`-iterator objects, created by
+ generator functions.
.. data:: CoroutineType
- The type of :term:`coroutine` objects, produced by calling a
- function defined with an :keyword:`async def` statement.
+ The type of :term:`coroutine` objects, created by
+ :keyword:`async def` functions.
.. versionadded:: 3.5