fix request_httprepr docstring

This commit is contained in:
Mikhail Korobov 2015-08-01 00:36:16 +05:00
parent 7f927f68e1
commit b01292df02
1 changed files with 1 additions and 1 deletions

View File

@ -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).