Kaydet (Commit) 1e9718a3 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

Fix grammatically inept comment.

üst 61cf4407
......@@ -27,8 +27,7 @@
The raw memory and object memory allocators both mimic the
malloc/realloc/free interface from ANSI C, but the object memory
allocator can (and, since 2.3, does by default) use a different
allocation strategy biased towards lots of lots of "small"
allocations.
allocation strategy biased towards lots of "small" allocations.
The object family is used for allocating Python objects, and the
initializers take care of some basic initialization (setting the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment