We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df2141 commit 0fb82cdCopy full SHA for 0fb82cd
docs/client.rst
@@ -123,7 +123,7 @@ JSON Response Content
123
There's also a builtin JSON decoder, in case you're dealing with JSON data::
124
125
>>> import aiohttp
126
- >>> r = tiled from aiohttp.request('get',
+ >>> r = yield from aiohttp.request('get',
127
... 'https://github.com/timeline.json')
128
>>> yield from r.json()
129
[{'repository': {u'open_issues': 0, u'url': 'https://github.com/...
0 commit comments