Fix small typo

This commit is contained in:
Sam Benner
2021-04-07 18:46:23 -05:00
committed by GitHub
parent bfccb718de
commit 5525591601

2
README.md vendored
View File

@@ -207,7 +207,7 @@ SyntaxError: invalid syntax
(6, 9)
>>> (a, b = 16, 19) # Oops
File "<stdin>", line 1
(a, b = 6, 9)
(a, b = 16, 19)
^
SyntaxError: invalid syntax