summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorAdorilson Bezerra <adorilson@gmail.com>2020-02-03 17:11:19 (GMT)
committerGitHub <noreply@github.com>2020-02-03 17:11:19 (GMT)
commit5807efd4c396d5718325e21f5a14e324a77ff77c (patch)
tree5739567370d40e51e489579a0159d6d054a1078d /Doc/faq
parent49932fec62c616ec88da52642339d83ae719e924 (diff)
downloadcpython-5807efd4c396d5718325e21f5a14e324a77ff77c.zip
cpython-5807efd4c396d5718325e21f5a14e324a77ff77c.tar.gz
cpython-5807efd4c396d5718325e21f5a14e324a77ff77c.tar.bz2
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/design.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index 75cd20f..df3dbf4 100644
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -148,6 +148,8 @@ variables and instance variables live in two different namespaces, and you need
to tell Python which namespace to use.
+.. _why-can-t-i-use-an-assignment-in-an-expression:
+
Why can't I use an assignment in an expression?
-----------------------------------------------