-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Fix typo in "Context manager types" section in typing.rst #22676
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
Fix typo in "Context manager types" section in typing.rst #22676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Good eye.
It's possible that the Travis-CI build will hang (this is a bug somewhere between GitHub and Travis-CI). If that appears the case please ping the issue again and I'll force the merge. |
@gousaiyang: Status check is done, and it's a success ✅ . |
Thanks @gousaiyang for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
…2676) Fix typo in the "Context manager types" section in `typing.rst`. Automerge-Triggered-By: @gvanrossum (cherry picked from commit ba06a70) Co-authored-by: Saiyang Gou <[email protected]>
GH-22678 is a backport of this pull request to the 3.9 branch. |
Sorry, @gousaiyang, I could not cleanly backport this to |
The 3.8 backport is unnecessary since the relevant documentation part was not present in 3.8. |
Fix typo in the "Context manager types" section in `typing.rst`. Automerge-Triggered-By: @gvanrossum (cherry picked from commit ba06a70) Co-authored-by: Saiyang Gou <[email protected]>
…2676) Fix typo in the "Context manager types" section in `typing.rst`. Automerge-Triggered-By: @gvanrossum
…2676) Fix typo in the "Context manager types" section in `typing.rst`. Automerge-Triggered-By: @gvanrossum
Fix typo in the "Context manager types" section in
typing.rst
.Automerge-Triggered-By: @gvanrossum