Skip to content

Commit c39a17c

Browse files
Harmon758gvanrossum
authored andcommitted
PEP 572: Fix extra "than" typo (#734)
1 parent f906b98 commit c39a17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0572.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ found in assignment statements:
373373

374374
x = y = z = 0 # Equivalent: (z := (y := (x := 0)))
375375

376-
- Single assignment targets other than than a single ``NAME`` are
376+
- Single assignment targets other than a single ``NAME`` are
377377
not supported::
378378

379379
# No equivalent

0 commit comments

Comments
 (0)