There was an error while loading. Please reload this page.
1 parent 65550b7 commit 1d3f14cCopy full SHA for 1d3f14c
1 file changed
Doc/c-api/bytes.rst
@@ -8,9 +8,11 @@ Bytes Objects
8
These functions raise :exc:`TypeError` when expecting a bytes parameter and
9
called with a non-bytes parameter.
10
11
-A :c:type:`PyBytesObject` allocates an extra trailing null byte for
12
-compatibility with null terminated C strings. It is not counted in
13
-:c:func:`PyBytes_Size` length.
+.. impl-detail::
+
+ A :c:type:`PyBytesObject` allocates an extra trailing null byte for
14
+ compatibility with null terminated C strings. It is not counted in
15
+ :c:func:`PyBytes_Size` length.
16
17
.. index:: pair: object; bytes
18
0 commit comments