summaryrefslogtreecommitdiffstats
path: root/Include/objimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r--Include/objimpl.h2
1 files changed, 1 insertions, 1 deletions
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.