8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbea64 commit bf08126Copy full SHA for bf08126
Doc/tutorial/datastructures.rst
@@ -676,10 +676,10 @@ to a variable. For example, ::
676
'Trondheim'
677
678
.. versionchanged:: 3.8
679
- Note that in Python, unlike C, assignment inside expressions must be done
680
- explicitly with the walrus operator ``:=``. This avoids a common class of
681
- problems encountered in C programs: typing ``=`` in an expression when ``==``
682
- was intended.
+ Note that in Python, assignment inside expressions must be done explicitly
+ with the walrus operator ``:=``. This avoids a common class of problems
+ encountered in some programs: typing ``=`` in an expression when ``==`` was
+ intended.
683
684
685
.. _tut-comparing:
0 commit comments