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.