Skip to content

Commit

Permalink
Merge pull request aio-libs#576 from Pringley/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error on front page
  • Loading branch information
asvetlov committed Oct 20, 2015
2 parents f0d7488 + 9669652 commit 0da8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Client example::
import asyncio
import aiohttp

await def fetch_page(client, url):
async def fetch_page(client, url):
async with client.get(url) as response:
assert response.status == 200
return await response.read()
Expand Down

0 comments on commit 0da8f92

Please sign in to comment.