This commit is contained in:
Terry Jan Reedy 2020-11-15 02:41:55 -05:00
parent ff66b334ab
commit 09653d783e
1 changed files with 1 additions and 1 deletions

View File

@ -1687,7 +1687,7 @@ Or, when processing a file stream in chunks:
while chunk := file.read(9000):
process(chunk)
Assignment expressions must surrounded by parentheses when used
Assignment expressions must be surrounded by parentheses when used
as sub-expressions in subscript, slicing, conditional, lambda,
keyword-argument, generator, and comprehension-if expressions. They
can only be used as is in if and while statements and in decorators.