Skip to content

Commit c979d82

Browse files
committed
Grammatical changes
1 parent 1032f35 commit c979d82

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
@@ -506,7 +506,7 @@ True
506506
507507
* `this` module in Python is an easter egg for The Zen Of Python ([PEP 20](https://www.python.org/dev/peps/pep-0020)).
508508
* And if you think that's already interesting enough, check out the implementation of [this.py](https://hg.python.org/cpython/file/c3896275c0f6/Lib/this.py). Interestingly, the code for the Zen violates itself (and that's probably the only place where this happens).
509-
* Regarding the statement `love is not True or False; love is love`, ironic, but it's self-explanatory.
509+
* Regarding the statement `love is not True or False; love is love`, ironic but it's self-explanatory.
510510
511511
---
512512
@@ -1438,6 +1438,7 @@ class SomeClass:
14381438
- Starting from Python 3.X, list comprehensions also have their own scope.
14391439
14401440
---
1441+
14411442
### From filled to None in one instruction...
14421443
14431444
```py

0 commit comments

Comments
 (0)