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 585506e commit 2f72e44Copy full SHA for 2f72e44
peps/pep-0776.rst
@@ -402,7 +402,7 @@ exceptions. This ensures that any recoverable JavaScript error is caught before
402
it unwinds through any WebAssembly frames. All entrypoints to WebAssembly are
403
also wrapped with JavaScript try/catch blocks. Any exceptions caught there have
404
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
+there is a special case to handle :func:`~sys.exit`). This requires foundational
406
integration with the Python/JavaScript foreign function interface.
407
408
When the Pyodide runtime catches a fatal exception, it introspects the error to
0 commit comments