commit | 5807efd4c396d5718325e21f5a14e324a77ff77c | [log] [tgz] |
---|---|---|
author | Adorilson Bezerra <adorilson@gmail.com> | Mon Feb 03 14:11:19 2020 -0300 |
committer | GitHub <noreply@github.com> | Mon Feb 03 18:11:19 2020 +0100 |
tree | 5739567370d40e51e489579a0159d6d054a1078d | |
parent | 49932fec62c616ec88da52642339d83ae719e924 [diff] [blame] |
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)
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 @@ 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? -----------------------------------------------