Revisit changelog entry [ci skip]

This commit is contained in:
Daniel Hahler 2018-12-05 19:14:41 +01:00 committed by GitHub
parent 8fd60483ef
commit 8a0ed7e2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.