Documentation refers to a non-existing method MultipartWriter.serialize() #2965
Closed
Description
Long story short
Working with Multipart documentation page refers to MultipartWriter.serialize() method several times.
But this method does not exist (anymore?) in the class aiohttp.MultipartWriter.
Expected behaviour
Methods mentioned in docs should actually exist :)
Actual behaviour
MultipartWriter.serialize() is mentioned in docs but does not exist.
Steps to reproduce
- Open the "Working with Multipart" page in docs and CTRL+F all
MultipartWriter.serialize()occurrences. - Open aiohttp.MultipartWriter reference and make sure that this method is not documented there.
- Open the source at aiohttp/multipart.py and make sure that the
serializemethod is not defined.
Your environment
aiohttp==3.1.3