Skip to content

Commit 7a2b992

Browse files
committed
Don't add the note as an implementation detail
1 parent 9ae141e commit 7a2b992

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/c-api/bytes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Bytes Objects
88
These functions raise :exc:`TypeError` when expecting a bytes parameter and
99
called with a non-bytes parameter.
1010

11-
.. impl-detail::
12-
A :c:type:`PyBytesObject` allocates an extra trailing NUL byte for
13-
compatibility with NUL terminated C strings.
11+
A :c:type:`PyBytesObject` allocates an extra trailing NUL byte for
12+
compatibility with NUL terminated C strings. It is not counted in
13+
:c:func:`PyBytes_Size` length.
1414

1515
.. index:: pair: object; bytes
1616

0 commit comments

Comments
 (0)