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.
2 parents 3df2141 + 0fb82cd commit 6ed78f1Copy full SHA for 6ed78f1
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