mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix typo in Lib/tracepack.py (GH-19605)
Typo fix: "emites" -> "emit".
This commit is contained in:
parent
3955da8568
commit
df8913f7c4
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ class TracebackException:
|
||||||
The return value is a generator of strings, each ending in a newline.
|
The return value is a generator of strings, each ending in a newline.
|
||||||
|
|
||||||
Normally, the generator emits a single string; however, for
|
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
|
printed) display detailed information about where the syntax
|
||||||
error occurred.
|
error occurred.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue