From d8a933248e1e695e029141e418845530c3bf82c8 Mon Sep 17 00:00:00 2001 From: Vladimir Marangozov Date: Mon, 10 Jul 2000 04:30:56 +0000 Subject: A small comment fix just to make sure I got my cvs/ssh setup right. --- Include/objimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/objimpl.h b/Include/objimpl.h index 3413b9a..76fab92 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -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. -- cgit v0.12