Closed
Description
Documentation
`pydoc http.client.HTTPResponse.read``
results in help text:
http.client.HTTPResponse.read = read(self, amt=None)
Read and return up to n bytes.
The parameter is called “amt” but the help text refers to “n”.
transferring the issue from discuss.python.org