Skip to content

Commit 0fb82cd

Browse files
committed
Fix typo in docs.
1 parent 3df2141 commit 0fb82cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ JSON Response Content
123123
There's also a builtin JSON decoder, in case you're dealing with JSON data::
124124

125125
>>> import aiohttp
126-
>>> r = tiled from aiohttp.request('get',
126+
>>> r = yield from aiohttp.request('get',
127127
... 'https://github.com/timeline.json')
128128
>>> yield from r.json()
129129
[{'repository': {u'open_issues': 0, u'url': 'https://github.com/...

0 commit comments

Comments
 (0)