From 5d8a9e60c869ce3fd867bbca942637f561319f21 Mon Sep 17 00:00:00 2001 From: Jacob Mansfield Date: Wed, 6 Sep 2017 17:14:59 +0100 Subject: [PATCH] "Is not" description is too descriptive, changed title to "is not is not is (not)" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92b6b18..f43e9e1 100755 --- a/README.md +++ b/README.md @@ -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