[Python-checkins] bpo-41950: Typo in Python 3.9 what's new page (GH-22573)

gvanrossum webhook-mailer at python.org
Fri Oct 23 20:11:14 EDT 2020


https://github.com/python/cpython/commit/dc33f798139016961fba33b37c792c690399b2b6
commit: dc33f798139016961fba33b37c792c690399b2b6
branch: 3.9
author: Weiliang Li <to.be.impressive at gmail.com>
committer: gvanrossum <guido at python.org>
date: 2020-10-23T17:11:10-07:00
summary:

bpo-41950: Typo in Python 3.9 what's new page (GH-22573)

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index da0718561537b..1a37f16ea2b09 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -1177,7 +1177,7 @@ CPython bytecode changes
 
   * ``COMPARE_OP`` for rich comparisons
   * ``IS_OP`` for 'is' and 'is not' tests
-  * ``CONTAINS_OP`` for 'in' and 'is not' tests
+  * ``CONTAINS_OP`` for 'in' and 'not in' tests
   * ``JUMP_IF_NOT_EXC_MATCH`` for checking exceptions in 'try-except'
     statements.
 



More information about the Python-checkins mailing list