mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
This commit is contained in:
parent
f7d72e48fb
commit
39a5d17a7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue