Skip to content

Commit

Permalink
Fix code example in docs (#4313)
Browse files Browse the repository at this point in the history
  • Loading branch information
vickz84259 authored and asvetlov committed Nov 1, 2019
1 parent ea05cd9 commit 419c33c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/4312.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in code example in Multipart docs
1 change: 1 addition & 0 deletions CHANGES/4314.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix code example in Multipart section.
2 changes: 1 addition & 1 deletion docs/multipart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ size::
self.buffer.extend(data)

writer = Writer()
mpwriter.writer(writer)
await mpwriter.write(writer)
await aiohttp.post('http://example.com',
data=writer.buffer, headers=mpwriter.headers)

Expand Down

0 comments on commit 419c33c

Please sign in to comment.