-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Minor grammar changes to http.client docs #96221
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
Conversation
Hey @erlend-aasland, just wanted to bring this trivial PR to your attention before it was buried. Not sure if you're the one to tag but I noticed you merged a similar PR. Let me know if there's anything to change or if it's good to merge :) |
Thanks for the PR, @rshah713, and thanks for picking this up, Ezio! |
No problem! Honored to be able to contribute to such a project I've used so much 👍 |
Thanks @rshah713 for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-97810 is a backport of this pull request to the 3.11 branch. |
Minor grammar changes (cherry picked from commit d053c47) Co-authored-by: Rohan Shah <57906961+rshah713@users.noreply.github.com>
GH-97811 is a backport of this pull request to the 3.10 branch. |
Minor grammar changes (cherry picked from commit d053c47) Co-authored-by: Rohan Shah <57906961+rshah713@users.noreply.github.com>
Minor grammar changes (cherry picked from commit d053c47) Co-authored-by: Rohan Shah <57906961+rshah713@users.noreply.github.com>
Minor grammar changes (cherry picked from commit d053c47) Co-authored-by: Rohan Shah <57906961+rshah713@users.noreply.github.com>
Minor grammar changes (cherry picked from commit d053c47) Co-authored-by: Rohan Shah <57906961+rshah713@users.noreply.github.com>
Some small grammatical changes that stood out when reading the
http.client
documentation.This is also my first PR to cpython so if there's anything else I need please let me know! Grateful to be able to contribute to such an impactful project :)