We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d72e4 commit 39a5d17Copy full SHA for 39a5d17
Doc/c-api/memory.rst
@@ -67,7 +67,7 @@ example::
67
68
In this example, the memory request for the I/O buffer is handled by the C
69
library allocator. The Python memory manager is involved only in the allocation
70
-of the string object returned as a result.
+of the bytes object returned as a result.
71
72
In most situations, however, it is recommended to allocate memory from the
73
Python heap specifically because the latter is under control of the Python
0 commit comments