Skip to content

Commit 65550b7

Browse files
committed
Replace NUL with null
For consistency with the page.
1 parent 7a2b992 commit 65550b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/c-api/bytes.rst

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

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

1515
.. index:: pair: object; bytes

0 commit comments

Comments
 (0)