Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 80db2cd

Browse files
committed
Typo corrections.
1 parent d0560f1 commit 80db2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const main = function() {
8888

8989
static print(output) {
9090
/*
91-
Dispatch the polly-print event (for when output is printed).
91+
Dispatch the py-print event (for when output is printed to stdout).
9292
*/
9393
const pyPrint = new CustomEvent("py-print", {detail: output})
9494
document.dispatchEvent(pyPrint);

0 commit comments

Comments
 (0)