Skip to content

Commit d0d4e33

Browse files
Fix typo in Lib/tracepack.py (GH-19605)
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <[email protected]>
1 parent 143147d commit d0d4e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def format_exception_only(self):
546546
The return value is a generator of strings, each ending in a newline.
547547
548548
Normally, the generator emits a single string; however, for
549-
SyntaxError exceptions, it emites several lines that (when
549+
SyntaxError exceptions, it emits several lines that (when
550550
printed) display detailed information about where the syntax
551551
error occurred.
552552

0 commit comments

Comments
 (0)