summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.12.0b1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.12.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.12.0b1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst
index 242a7f9..c5f32fb 100644
--- a/Misc/NEWS.d/3.12.0b1.rst
+++ b/Misc/NEWS.d/3.12.0b1.rst
@@ -395,7 +395,7 @@ Fix bug in line numbers of instructions emitted for :keyword:`except*
.. section: Core and Builtins
Clarify :exc:`SyntaxWarning` with literal ``is`` comparison by specifying
-which literal is problematic, since comparisons using ``is`` with e.g. None
+which literal is problematic, since comparisons using ``is`` with e.g. ``None``
and bool literals are idiomatic.
..