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:
Tom Swirly 2018-01-27 17:02:59 +01:00 committed by GitHub
parent 12e517b0e3
commit d084ce0295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
README.md vendored
View File

@ -1805,7 +1805,8 @@ x, y = (0, 1) if True else None, None
((0, 1), None)
```
Almost every Python programmer would have faced a similar situation.
Almost every Python programmer has faced a similar situation.
2\.
```py
t = ('one', 'two')