]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41950: Typo in Python 3.9 what's new page (GH-22573)
authorWeiliang Li <to.be.impressive@gmail.com>
Sat, 24 Oct 2020 00:11:10 +0000 (09:11 +0900)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 00:11:10 +0000 (17:11 -0700)
Doc/whatsnew/3.9.rst

index da0718561537b1c12b2664a894cba6740ce5da88..1a37f16ea2b09ae1e48ff0973c3c8e546e7e873e 100644 (file)
@@ -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.