8000 [Doc] Remove mentions to C language in tutorial/datastructures · adorilson/cpython@bf08126 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf08126

Browse files
committed
[Doc] Remove mentions to C language in tutorial/datastructures
1 parent 9bbea64 commit bf08126

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/tutorial/datastructures.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,10 +676,10 @@ to a variable. For example, ::
676676
'Trondheim'
677677

678678
.. 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.
679+
Note that in Python, assignment inside expressions must be done explicitly
680+
with the walrus operator ``:=``. This avoids a common class of problems
681+
encountered in some programs: typing ``=`` in an expression when ``==`` was
682+
intended.
683683

684684

685685
.. _tut-comparing:

0 commit comments

Comments
 (0)
0