mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 11:04:25 +01:00
"Is not" description is too descriptive, changed title to "is not is not
is (not)"
This commit is contained in:
parent
fa368e8caf
commit
5d8a9e60c8
4
README.md
vendored
4
README.md
vendored
@ -45,7 +45,7 @@ So, here ya go...
|
||||
- [💡 Explanation:](#-explanation-4)
|
||||
- [`is` is not what it is!](#is-is-not-what-it-is)
|
||||
- [💡 Explanation:](#-explanation-5)
|
||||
- [`is not ...` is different from `is (not ...)`](#is-not--is-different-from-is-not-)
|
||||
- [`is not ...` is not `is (not ...)`](#is-not--is-not-is-not-)
|
||||
- [💡 Explanation](#-explanation-6)
|
||||
- [The function inside loop sticks to the same output](#the-function-inside-loop-sticks-to-the-same-output)
|
||||
- [💡 Explanation](#-explanation-7)
|
||||
@ -598,7 +598,7 @@ Here the interpreter isn't smart enough while executing `y = 257` to recognize t
|
||||
|
||||
---
|
||||
|
||||
### `is not ...` is different from `is (not ...)`
|
||||
### `is not ...` is not `is (not ...)`
|
||||
|
||||
```py
|
||||
>>> 'something' is not None
|
||||
|
Loading…
Reference in New Issue
Block a user