Skip to content

Commit 34ecdfd

Browse files
vstinnerencukou
andauthored
Update Doc/c-api/bytearray.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 6756375 commit 34ecdfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/bytearray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Byte Array Objects
1717
The internal buffer of :c:type:`PyByteArrayObject` always includes an
1818
extra trailing null byte for compatibility with null terminated C
1919
strings. This extra byte is not counted in :c:func:`PyByteArray_Size`
20-
nor in the various *length* and *size* arguments of the functions below.
20+
nor in the *len* arguments of the functions below.
2121

2222
.. c:var:: PyTypeObject PyByteArray_Type
2323

0 commit comments

Comments
 (0)