Skip to content

Commit 5525591

Browse files
authored
Fix small typo
1 parent bfccb71 commit 5525591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ SyntaxError: invalid syntax
207207
(6, 9)
208208
>>> (a, b = 16, 19) # Oops
209209
File "<stdin>", line 1
210-
(a, b = 6, 9)
210+
(a, b = 16, 19)
211211
^
212212
SyntaxError: invalid syntax
213213

0 commit comments

Comments
 (0)