# 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](https://discuss.python.org/t/wrong-parameter-name-in-http-client-read-documentation-amt-vs-n/25284) <!-- gh-linked-prs --> ### Linked PRs * gh-103113 * gh-103119 * gh-103120 <!-- /gh-linked-prs -->