Skip to content

Commit 984a567

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 8c07343 commit 984a567

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
@@ -549,7 +549,7 @@ def format_exception_only(self):
549549
The return value is a generator of strings, each ending in a newline.
550550
551551
Normally, the generator emits a single string; however, for
552-
SyntaxError exceptions, it emites several lines that (when
552+
SyntaxError exceptions, it emits several lines that (when
553553
printed) display detailed information about where the syntax
554554
error occurred.
555555

0 commit comments

Comments
 (0)