mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
A small comment fix just to make sure I got my cvs/ssh setup right.
This commit is contained in:
parent
859bad00cb
commit
d8a933248e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue