We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0560f1 commit 80db2cdCopy full SHA for 80db2cd
pyscript.js
@@ -88,7 +88,7 @@ const main = function() {
88
89
static print(output) {
90
/*
91
- Dispatch the polly-print event (for when output is printed).
+ Dispatch the py-print event (for when output is printed to stdout).
92
*/
93
const pyPrint = new CustomEvent("py-print", {detail: output})
94
document.dispatchEvent(pyPrint);
0 commit comments