Skip to content

Commit 54ed75f

Browse files
recsatwikkansal
authored andcommitted
Format and grammar tweak
* Tweaked a line break so a section number was correctly formatted * Tweaked grammar to be slightly more natural
1 parent 12e517b commit 54ed75f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,8 @@ x, y = (0, 1) if True else None, None
18051805
((0, 1), None)
18061806
```
18071807
1808-
Almost every Python programmer would have faced a similar situation.
1808+
Almost every Python programmer has faced a similar situation.
1809+
18091810
2\.
18101811
```py
18111812
t = ('one', 'two')

0 commit comments

Comments
 (0)