Skip to content

Commit 1787b50

Browse files
authored
Merge pull request satwikkansal#264 from Nucaranlaeg/patch-1
Fix small typo
2 parents bfccb71 + 5525591 commit 1787b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)