Issue #23943: Fix typos. Patch by Piotr Kasprzyk.

This commit is contained in:
Berker Peksag 2015-04-14 09:30:01 +03:00
parent 52a3b74900
commit 4882cacab6
19 changed files with 22 additions and 22 deletions

View file

@ -779,7 +779,7 @@ PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
} while (0)
/* Safely decref `op` and set `op` to NULL, especially useful in tp_clear
* and tp_dealloc implementatons.
* and tp_dealloc implementations.
*
* Note that "the obvious" code can be deadly:
*