Fix typo in Lib/traceback.py#19605
Fix typo in Lib/traceback.py#19605miss-islington merged 1 commit intopython:masterfrom wudenggang:typo-fix
Conversation
typo fix : emit
There was a problem hiding this comment.
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 <wudenggang0@163.com>
|
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 <wudenggang0@163.com>
|
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 <wudenggang0@163.com>
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <wudenggang0@163.com>
Typo fix: "emites" -> "emit".
Automerge-Triggered-By: @aeros