We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143147d commit d0d4e33Copy full SHA for d0d4e33
Lib/traceback.py
@@ -546,7 +546,7 @@ def format_exception_only(self):
546
The return value is a generator of strings, each ending in a newline.
547
548
Normally, the generator emits a single string; however, for
549
- SyntaxError exceptions, it emites several lines that (when
+ SyntaxError exceptions, it emits several lines that (when
550
printed) display detailed information about where the syntax
551
error occurred.
552
0 commit comments