mirror of https://github.com/python/cpython
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
This commit is contained in:
parent
f7d72e48fb
commit
39a5d17a7f
|
@ -67,7 +67,7 @@ example::
|
|||
|
||||
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
|
||||
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
|
||||
Python heap specifically because the latter is under control of the Python
|
||||
|
|
Loading…
Reference in New Issue