Skip to content

Commit df8913f

Browse files
authored
Fix typo in Lib/tracepack.py (GH-19605)
Typo fix: "emites" -> "emit".
1 parent 3955da8 commit df8913f

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

0 commit comments

Comments
 (0)