Skip to content

Commit

Permalink
Merge pull request #885 from viotti/fix-server-docs
Browse files Browse the repository at this point in the history
Removed useless import on the Server documentation
  • Loading branch information
asvetlov committed Jun 2, 2016
2 parents bc10d71 + 6d8b1a6 commit b696364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/web.rst
Expand Up @@ -19,7 +19,6 @@ A request handler is a :ref:`coroutine <coroutine>` or regular function that
accepts a :class:`Request` instance as its only parameter and returns a
:class:`Response` instance::

import asyncio
from aiohttp import web

async def hello(request):
Expand Down

0 comments on commit b696364

Please sign in to comment.