Merge "Fix docstring in from_response"

This commit is contained in:
Jenkins 2016-01-08 15:06:43 +00:00 committed by Gerrit Code Review
commit ec96383afb
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ def from_response(response, method=None):
resp, body = requests.request(...)
if resp.status_code != 200:
raise exception_from_response(resp)
raise from_response(resp)
"""
if response.status_code: