Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8a9332

Browse files
author
Vladimir Marangozov
committed
A small comment fix just to make sure I got my cvs/ssh setup right.
1 parent 859bad0 commit d8a9332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/objimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ recommended to use PyObject_{New, NewVar, Del}. */
6969
* ============================
7070
*/
7171

72-
/* The purpose of the object allocator is to make make the distinction
72+
/* The purpose of the object allocator is to make the distinction
7373
between "object memory" and the rest within the Python heap.
7474
7575
Object memory is the one allocated by PyObject_{New, NewVar}, i.e.

0 commit comments

Comments
 (0)