-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Documentation typo #4312
Copy link
Copy link
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 aMultipartWriterobject 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels