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

This commit is contained in:
Hai Shi 2019-07-05 23:03:13 -05:00 committed by Benjamin Peterson
parent f7d72e48fb
commit 39a5d17a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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