Skip to content

Commit

Permalink
Merge pull request #360 from ciklop/patch-1
Browse files Browse the repository at this point in the history
Typo error in web.rst
  • Loading branch information
asvetlov committed May 13, 2015
2 parents 3e60305 + 3b52161 commit b18fe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ This example shows custom handler for *Except* header:
return web.Response(body=b"Hello, world")
app = web.Application()
app.router.add_route('GET', '/', hello, , except_handler=check_auth)
app.router.add_route('GET', '/', hello, except_handler=check_auth)
.. _aiohttp-web-file-upload:
Expand Down

0 comments on commit b18fe54

Please sign in to comment.