File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ So, here ya go...
45
45
- [ 💡 Explanation:] ( #-explanation-4 )
46
46
- [ ` is ` is not what it is!] ( #is-is-not-what-it-is )
47
47
- [ 💡 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- )
49
49
- [ 💡 Explanation] ( #-explanation-6 )
50
50
- [ The function inside loop sticks to the same output] ( #the-function-inside-loop-sticks-to-the-same-output )
51
51
- [ 💡 Explanation] ( #-explanation-7 )
@@ -598,7 +598,7 @@ Here the interpreter isn't smart enough while executing `y = 257` to recognize t
598
598
599
599
-- -
600
600
601
- # ## `is not ...` is different from `is (not ...)`
601
+ # ## `is not ...` is not `is (not ...)`
602
602
603
603
```py
604
604
>> > ' something' is not None
You can’t perform that action at this time.
0 commit comments