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

Skip to content

Commit e3bb2cf

Browse files
committed
Typo fix.
1 parent f6f3a35 commit e3bb2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Core and Builtins
9292
- Issue #11627: Fix segfault when __new__ on a exception returns a
9393
non-exception class.
9494

95-
- Issue #12149: Update the method cache after a type's dictionnary gets
95+
- Issue #12149: Update the method cache after a type's dictionary gets
9696
cleared by the garbage collector. This fixes a segfault when an instance
9797
and its type get caught in a reference cycle, and the instance's
9898
deallocator calls one of the methods on the type (e.g. when subclassing

0 commit comments

Comments
 (0)