Skip to content

Commit 2f72e44

Browse files
committed
Fix lint
1 parent 585506e commit 2f72e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0776.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ exceptions. This ensures that any recoverable JavaScript error is caught before
402402
it unwinds through any WebAssembly frames. All entrypoints to WebAssembly are
403403
also wrapped with JavaScript try/catch blocks. Any exceptions caught there have
404404
unwound WebAssembly frames and are thus considered to be fatal errors (though
405-
there is a special case to handle :func:`~sys.exit()`). This requires foundational
405+
there is a special case to handle :func:`~sys.exit`). This requires foundational
406406
integration with the Python/JavaScript foreign function interface.
407407

408408
When the Pyodide runtime catches a fatal exception, it introspects the error to

0 commit comments

Comments
 (0)