Skip to content

Commit

Permalink
Add walrus operator to the index
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 5, 2022
1 parent d6062d1 commit 7d092b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,11 @@ 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

Assignment expressions
======================

Expand Down

0 comments on commit 7d092b4

Please sign in to comment.