Skip to content

Commit 62d3565

Browse files
committed
update readme
1 parent f6f9873 commit 62d3565

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,13 @@ Server
8181

8282
In aiohttp 0.12 we've added highlevel API for web HTTP server.
8383

84-
There is simple usage example:
84+
This is simple usage example:
8585

8686
.. code-block:: python
8787
8888
import asyncio
8989
from aiohttp import web
9090
91-
9291
@asyncio.coroutine
9392
def handle(request):
9493
name = request.match_info.get('name', "Anonymous")

0 commit comments

Comments
 (0)