Skip to content

Commit c3f30a1

Browse files
docs: update BodyPartReader.read() rtype from bytearray to bytes
1 parent e31bc14 commit c3f30a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/multipart_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Multipart reference
4444
from ``Content-Encoding`` header. If it
4545
missed data remains untouched
4646

47-
:rtype: bytearray
47+
:rtype: bytes
4848

4949
.. method:: read_chunk(size=chunk_size)
5050
:async:

0 commit comments

Comments
 (0)