Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
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 fromdiscuss.python.org