Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 9, 2015
1 parent 15ef983 commit 72a6a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def set_parser(self, parser):
4. Application waits data on output.read()
while True:
msg = yield form output.read()
msg = yield from output.read()
...
* Data flow:
Expand Down

0 comments on commit 72a6a07

Please sign in to comment.