diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index fd43e6c161f789..6b5e0e1628f143 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1730,6 +1730,12 @@ returns a boolean value regardless of the type of its argument (for example, ``not 'foo'`` produces ``False`` rather than ``''``.) +.. index:: + single: := (colon equals) + single: assignment expression + single: walrus operator + single: named expression + Assignment expressions ======================