A small comment fix just to make sure I got my cvs/ssh setup right.

This commit is contained in:
Vladimir Marangozov 2000-07-10 04:30:56 +00:00
parent 859bad00cb
commit d8a933248e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ recommended to use PyObject_{New, NewVar, Del}. */
* ============================
*/
/* The purpose of the object allocator is to make make the distinction
/* The purpose of the object allocator is to make the distinction
between "object memory" and the rest within the Python heap.
Object memory is the one allocated by PyObject_{New, NewVar}, i.e.