"Is not" description is too descriptive, changed title to "is not is not

is (not)"
This commit is contained in:
Jacob Mansfield 2017-09-06 17:14:59 +01:00 committed by Jacob Mansfield
parent fa368e8caf
commit 5d8a9e60c8
No known key found for this signature in database
GPG Key ID: 714C353EAAF8D64B
1 changed files with 2 additions and 2 deletions

4
README.md vendored
View File

@ -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