summaryrefslogtreecommitdiff
path: root/Doc/reference
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2018-05-19 23:39:45 -0400
committerYury Selivanov <yury@magic.io>2018-05-19 23:39:45 -0400
commit15f3d0cc7660ee62c7a1c0420afaee18c26a2a1f (patch)
tree4da8068930928197ea1bb489656e2253e78afb6a /Doc/reference
parent222ae1eccc819d82fcadbb3c9e1fba83339cc5c6 (diff)
downloadcpython-git-15f3d0cc7660ee62c7a1c0420afaee18c26a2a1f.tar.gz
[3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)
(cherry picked from commit 63536bd286097e770909052052a21804a5e09b66) Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/compound_stmts.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index d7792f1eaf..c695feaa50 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -683,6 +683,8 @@ can be used to create instance variables with different implementation details.
:pep:`3129` - Class Decorators
+.. _async:
+
Coroutines
==========