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

Skip to content

Commit 92c84ef

Browse files
authored
Objects/typeobject.c: Fix typo (#118126)
1 parent 1558d99 commit 92c84ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5671,7 +5671,7 @@ type_clear(PyObject *self)
56715671
the dict, so that other objects caught in a reference cycle
56725672
don't start calling destroyed methods.
56735673
5674-
Otherwise, the we need to clear tp_mro, which is
5674+
Otherwise, we need to clear tp_mro, which is
56755675
part of a hard cycle (its first element is the class itself) that
56765676
won't be broken otherwise (it's a tuple and tuples don't have a
56775677
tp_clear handler).

0 commit comments

Comments
 (0)