There was an error while loading. Please reload this page.
1 parent 6756375 commit 34ecdfdCopy full SHA for 34ecdfd
1 file changed
Doc/c-api/bytearray.rst
@@ -17,7 +17,7 @@ Byte Array Objects
17
The internal buffer of :c:type:`PyByteArrayObject` always includes an
18
extra trailing null byte for compatibility with null terminated C
19
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.
+ nor in the *len* arguments of the functions below.
21
22
.. c:var:: PyTypeObject PyByteArray_Type
23
0 commit comments