There was an error while loading. Please reload this page.
1 parent 7a2b992 commit 65550b7Copy full SHA for 65550b7
1 file changed
Doc/c-api/bytes.rst
@@ -8,8 +8,8 @@ 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 NUL byte for
12
-compatibility with NUL terminated C strings. It is not counted in
+A :c:type:`PyBytesObject` allocates an extra trailing null byte for
+compatibility with null terminated C strings. It is not counted in
13
:c:func:`PyBytes_Size` length.
14
15
.. index:: pair: object; bytes
0 commit comments