Skip to content

Commit 39a5d17

Browse files
shihai1991benjaminp
authored andcommitted
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
1 parent f7d72e4 commit 39a5d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ example::
6767

6868
In this example, the memory request for the I/O buffer is handled by the C
6969
library allocator. The Python memory manager is involved only in the allocation
70-
of the string object returned as a result.
70+
of the bytes object returned as a result.
7171

7272
In most situations, however, it is recommended to allocate memory from the
7373
Python heap specifically because the latter is under control of the Python

0 commit comments

Comments
 (0)