Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tumb1er committed Jan 27, 2016
1 parent 69c3ebd commit 8c3ec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def _read_chunk_from_stream(self, size):
# boundary not found
pass
else:
# pushing boundary back to tontent
# pushing boundary back to content
self._content.unread_data(window[idx:])
if size > idx:
self._prev_chunk = self._prev_chunk[:idx]
Expand Down

0 comments on commit 8c3ec5a

Please sign in to comment.