PEP 572: Fix extra "than" typo (#734)
This commit is contained in:
parent
f906b988b2
commit
c39a17cf11
|
@ -373,7 +373,7 @@ found in assignment statements:
|
|||
|
||||
x = y = z = 0 # Equivalent: (z := (y := (x := 0)))
|
||||
|
||||
- Single assignment targets other than than a single ``NAME`` are
|
||||
- Single assignment targets other than a single ``NAME`` are
|
||||
not supported::
|
||||
|
||||
# No equivalent
|
||||
|
|
Loading…
Reference in New Issue