mirror of https://github.com/scrapy/scrapy.git
fix request_httprepr docstring
This commit is contained in:
parent
7f927f68e1
commit
b01292df02
|
|
@ -71,7 +71,7 @@ def request_authenticate(request, username, password):
|
|||
|
||||
|
||||
def request_httprepr(request):
|
||||
"""Return the raw HTTP representation (as string) of the given request.
|
||||
"""Return the raw HTTP representation (as bytes) of the given request.
|
||||
This is provided only for reference since it's not the actual stream of
|
||||
bytes that will be send when performing the request (that's controlled
|
||||
by Twisted).
|
||||
|
|
|
|||
Loading…
Reference in New Issue