Skip to content

Commit 7d092b4

Browse files
committed
Add walrus operator to the index
1 parent d6062d1 commit 7d092b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/reference/expressions.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,11 @@ returns a boolean value regardless of the type of its argument
17411741
(for example, ``not 'foo'`` produces ``False`` rather than ``''``.)
17421742

17431743

1744+
.. index::
1745+
single: := (colon equals)
1746+
single: assignment expression
1747+
single: walrus operator
1748+
17441749
Assignment expressions
17451750
======================
17461751

0 commit comments

Comments
 (0)