mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-08-03 19:57:29 +02:00
Format and grammar tweak
* Tweaked a line break so a section number was correctly formatted * Tweaked grammar to be slightly more natural
This commit is contained in:
committed by
Satwik Kansal
parent
12e517b0e3
commit
54ed75f77d
3
README.md
vendored
3
README.md
vendored
@@ -1805,7 +1805,8 @@ x, y = (0, 1) if True else None, None
|
|||||||
((0, 1), None)
|
((0, 1), None)
|
||||||
```
|
```
|
||||||
|
|
||||||
Almost every Python programmer would have faced a similar situation.
|
Almost every Python programmer has faced a similar situation.
|
||||||
|
|
||||||
2\.
|
2\.
|
||||||
```py
|
```py
|
||||||
t = ('one', 'two')
|
t = ('one', 'two')
|
||||||
|
Reference in New Issue
Block a user