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

This commit is contained in:
Berker Peksag 2015-04-14 09:35:51 +03:00
commit dfa4e045a3
19 changed files with 20 additions and 20 deletions

View file

@ -782,7 +782,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:
*