mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-15 03:00:29 +00:00
Fix docs
This commit is contained in:
parent
9b454021b9
commit
ddfb129305
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ class HTTPClientMixin(object):
|
|||
|
||||
:param dict request_headers: The HTTP request headers
|
||||
:param content_type: The mime-type used in the request/response
|
||||
:type content_type: :cls:`ietfparse.datastructures.ContentType` or str
|
||||
:type content_type: :class:`ietfparse.datastructures.ContentType`
|
||||
or str
|
||||
:param mixed body: The request body
|
||||
:rtype: dict
|
||||
|
||||
|
|
Loading…
Reference in a new issue