-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong parameter name in http.client.read documentation: “amt” vs “n” #103112
Comments
C.A.M. Gerlach diagnosed the issue as pydoc using a docstring from base class method BufferedIOBase.read(), with the fix being to add a docstring to this method. |
terryjreedy
added a commit
that referenced
this issue
Mar 29, 2023
…output (#103113) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 29, 2023
…pydoc output (pythonGH-103113) (cherry picked from commit d052a38) Co-authored-by: Bernhard Wagner <github.comNotification20120125@xmlizer.net> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 29, 2023
…pydoc output (pythonGH-103113) (cherry picked from commit d052a38) Co-authored-by: Bernhard Wagner <github.comNotification20120125@xmlizer.net> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
terryjreedy
added a commit
that referenced
this issue
Mar 29, 2023
… pydoc output (GH-103113) (#103119) (cherry picked from commit d052a38) Co-authored-by: Bernhard Wagner <github.comNotification20120125@xmlizer.net> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
terryjreedy
added a commit
that referenced
this issue
Mar 29, 2023
… pydoc output (GH-103113) (#103120) (cherry picked from commit d052a38) Co-authored-by: Bernhard Wagner <github.comNotification20120125@xmlizer.net> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
…pydoc output (python#103113) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
`pydoc http.client.HTTPResponse.read``
results in help text:
The parameter is called “amt” but the help text refers to “n”.
transferring the issue from discuss.python.org
Linked PRs
The text was updated successfully, but these errors were encountered: