]> granicus.if.org Git - python/commitdiff
A small comment fix just to make sure I got my cvs/ssh setup right.
authorVladimir Marangozov <vladimir.marangozov@t-online.de>
Mon, 10 Jul 2000 04:30:56 +0000 (04:30 +0000)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>
Mon, 10 Jul 2000 04:30:56 +0000 (04:30 +0000)
Include/objimpl.h

index 3413b9ac283c1a15c6bfb89b13d67894ffd4cd06..76fab9291e47050c461c099003d8a9c66ea1db87 100644 (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.