Closed
Description
Long story short
The Hacking Multipart section on the Working with Multipart page, has an example that references a MultipartWriter.writer()
method.
Expected behaviour
Methods referenced in documentation should exist. In this case it should be the MultipartWriter.write()
method.
Actual behaviour
MultipartWriter.writer()
method is referenced in documentation but does not exist
Steps to reproduce
- Open Working with Multipart, CTRL+F for
mpwriter.writer
. mpwriter is aMultipartWriter
object based on the example. - Open Multipart Reference. No references to the method.
- Open multipart.py. No references to the method.
Your environment
aiohttp == 3.6.2
Metadata
Assignees
Labels
No labels