Skip to content

Commit 1a00528

Browse files
vstinnerpitrou
andauthored
Update Doc/c-api/bytes.rst
Co-authored-by: Antoine Pitrou <[email protected]>
1 parent 751c2d0 commit 1a00528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/bytes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Create, Finish, Discard
258258
259259
If *size* is greater than zero, allocate *size* bytes, and set the
260260
writer size to *size*. The caller is responsible to write *size*
261-
bytes using :c:func:`PyBytesWriter_GetData`. Do not overallocate.
261+
bytes using :c:func:`PyBytesWriter_GetData`. This function does not overallocate.
262262
263263
On error, set an exception and return ``NULL``.
264264

0 commit comments

Comments
 (0)