bytes array → bytes object

This commit is contained in:
Adrián Chaves 2020-05-09 15:51:11 +02:00
parent bbd9d05dbf
commit c6746f0e38
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Request objects
:param body: the request body. If a string is passed, it is converted to
bytes using *encoding*, which defaults to ``utf-8``. If not passed or
``None`` is passed, an empty bytes array is stored.
``None`` is passed, an empty :class:`bytes` object is stored.
:type body: bytes
:param headers: the headers of this request. The dict values can be strings