-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix typo in Lib/traceback.py #19605
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 Lib/traceback.py #19605
Conversation
typo fix : emit
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 for the PR @wudenggang; it looks fine to me.
Also as an FYI, the "skip issue" and "skip news" parts are for a triager or core dev to add to the PR as labels, that shouldn't be included in the title or description. I'll adjust it accordingly prior to merging (since automerge uses it for the commit description).
Thanks @wudenggang for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <[email protected]>
GH-19613 is a backport of this pull request to the 3.8 branch. |
GH-19614 is a backport of this pull request to the 3.7 branch. |
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <[email protected]>
Oops, looks like I made a minor typo in the commit title. I don't think it will be an issue in this case though, as it's clear what it was intended to be. I fixed it in the backport PR titles. |
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <[email protected]>
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <[email protected]>
Typo fix: "emites" -> "emit".
Automerge-Triggered-By: @aeros