Kaydet (Commit) 39a5d17a authored tarafından Hai Shi's avatar Hai Shi Kaydeden (comit) Benjamin Peterson

closes bpo-37508: Fix name of type in memory.rst. (GH-14604)

üst f7d72e48
...@@ -67,7 +67,7 @@ example:: ...@@ -67,7 +67,7 @@ example::
In this example, the memory request for the I/O buffer is handled by the C In this example, the memory request for the I/O buffer is handled by the C
library allocator. The Python memory manager is involved only in the allocation library allocator. The Python memory manager is involved only in the allocation
of the string object returned as a result. of the bytes object returned as a result.
In most situations, however, it is recommended to allocate memory from the In most situations, however, it is recommended to allocate memory from the
Python heap specifically because the latter is under control of the Python Python heap specifically because the latter is under control of the Python
......
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