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

Skip to content

Commit de3d060

Browse files
committed
Typo: destuction --> destruction
Reported by Thomas Heller.
1 parent 2a63a07 commit de3d060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libweakref.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ \subsection{Weak References in Extension Types
248248
249249
PyObject_ClearWeakRefs((PyObject *) inst);
250250
251-
/* Proceed with object destuction normally. */
251+
/* Proceed with object destruction normally. */
252252
}
253253
\end{verbatim}

0 commit comments

Comments
 (0)