Line to long...

This commit is contained in:
Tom Arnfeld 2014-04-23 21:59:12 +01:00
parent 81023578f5
commit e012d31752
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ class Client(requests.Session):
if custom_context:
if not fileobj:
raise TypeError("You must specify fileobj for a custom context")
raise TypeError("You must specify fileobj with custom_context")
context = fileobj
elif fileobj is not None:
context = utils.mkbuildcontext(fileobj)