Skip to content

Commit

Permalink
Fixed typo in _defaultExpectHandler docstring (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov authored and asvetlov committed Jul 7, 2016
1 parent 65d385e commit b68420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/web_urldispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def __repr__(self):

@asyncio.coroutine
def _defaultExpectHandler(request):
"""Default handler for Except header.
"""Default handler for Expect header.
Just send "100 Continue" to client.
raise HTTPExpectationFailed if value of header is not "100-continue"
Expand Down

0 comments on commit b68420b

Please sign in to comment.