From: Weiliang Li Date: Sat, 24 Oct 2020 00:11:10 +0000 (+0900) Subject: bpo-41950: Typo in Python 3.9 what's new page (GH-22573) X-Git-Tag: v3.9.1rc1~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc33f798139016961fba33b37c792c690399b2b6;p=thirdparty%2FPython%2Fcpython.git bpo-41950: Typo in Python 3.9 what's new page (GH-22573) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index da0718561537..1a37f16ea2b0 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.