From 8a0ed7e2b33a33f29f81314dce587d05c6425c0a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 5 Dec 2018 19:14:41 +0100 Subject: [PATCH] Revisit changelog entry [ci skip] --- changelog/3191.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/3191.feature.rst b/changelog/3191.feature.rst index 4b1626eed..7eb4c3a15 100644 --- a/changelog/3191.feature.rst +++ b/changelog/3191.feature.rst @@ -1,4 +1,4 @@ -A warning is now issued when assertions are made directly against ``None``. +A warning is now issued when assertions are made for ``None``. This is a common source of confusion among new users, which write:: @@ -14,4 +14,4 @@ This warning will not be issued when ``None`` is explicitly checked. An assertio assert variable is None -will not issue the warning +will not issue the warning.