Skip to content

Commit 5d8a9e6

Browse files
girlpunkJacob Mansfield
authored and
Jacob Mansfield
committed
"Is not" description is too descriptive, changed title to "is not is not
is (not)"
1 parent fa368e8 commit 5d8a9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ So, here ya go...
4545
- [💡 Explanation:](#-explanation-4)
4646
- [`is` is not what it is!](#is-is-not-what-it-is)
4747
- [💡 Explanation:](#-explanation-5)
48-
- [`is not ...` is different from `is (not ...)`](#is-not--is-different-from-is-not-)
48+
- [`is not ...` is not `is (not ...)`](#is-not--is-not-is-not-)
4949
- [💡 Explanation](#-explanation-6)
5050
- [The function inside loop sticks to the same output](#the-function-inside-loop-sticks-to-the-same-output)
5151
- [💡 Explanation](#-explanation-7)
@@ -598,7 +598,7 @@ Here the interpreter isn't smart enough while executing `y = 257` to recognize t
598598

599599
---
600600

601-
### `is not ...` is different from `is (not ...)`
601+
### `is not ...` is not `is (not ...)`
602602

603603
```py
604604
>>> 'something' is not None

0 commit comments

Comments
 (0)