summaryrefslogtreecommitdiffstats
path: root/Doc/reference/compound_stmts.rst
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2018-05-20 03:15:06 (GMT)
committerYury Selivanov <yury@magic.io>2018-05-20 03:15:06 (GMT)
commit63536bd286097e770909052052a21804a5e09b66 (patch)
treefe233adb6cb63bac4c0bdc9811fd52cab12fc9f4 /Doc/reference/compound_stmts.rst
parent6b0d09b8f06e6967fa3d41425cecf6499a353a6d (diff)
downloadcpython-63536bd286097e770909052052a21804a5e09b66.zip
cpython-63536bd286097e770909052052a21804a5e09b66.tar.gz
cpython-63536bd286097e770909052052a21804a5e09b66.tar.bz2
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Diffstat (limited to 'Doc/reference/compound_stmts.rst')
-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 153e85b..5076e5d 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -684,6 +684,8 @@ can be used to create instance variables with different implementation details.
:pep:`3129` - Class Decorators
+.. _async:
+
Coroutines
==========