Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 1, 2017
1 parent 925d40a commit 42361c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ size limit and over any available data.
.. comethod:: StreamReader.iter_chunks()
:async-for:

Iterates over data chunks as received from the server::
Iterates over data chunks as received from the server::

async for data in response.content.iter_chunks():
print(data)
Expand Down

0 comments on commit 42361c5

Please sign in to comment.