Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc33f79

Browse files
authored
bpo-41950: Typo in Python 3.9 what's new page (GH-22573)
1 parent 750a8a9 commit dc33f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ CPython bytecode changes
11771177

11781178
* ``COMPARE_OP`` for rich comparisons
11791179
* ``IS_OP`` for 'is' and 'is not' tests
1180-
* ``CONTAINS_OP`` for 'in' and 'is not' tests
1180+
* ``CONTAINS_OP`` for 'in' and 'not in' tests
11811181
* ``JUMP_IF_NOT_EXC_MATCH`` for checking exceptions in 'try-except'
11821182
statements.
11831183

0 commit comments

Comments
 (0)