Fix typo in Lib/tracepack.py (GH-19605)

Typo fix: "emites" -> "emit".
(cherry picked from commit df8913f7c4)

Co-authored-by: Galden <wudenggang0@163.com>
This commit is contained in:
Miss Islington (bot) 2020-04-19 19:36:52 -07:00 committed by GitHub
parent 143147d94f
commit d0d4e33d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ class TracebackException:
The return value is a generator of strings, each ending in a newline.
Normally, the generator emits a single string; however, for
SyntaxError exceptions, it emites several lines that (when
SyntaxError exceptions, it emits several lines that (when
printed) display detailed information about where the syntax
error occurred.