mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Fix small typo
This commit is contained in:
parent
bfccb718de
commit
5525591601
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue