Skip to content

Commit 38543e4

Browse files
committed
Fix #64 - Refer to PyScript module instead
1 parent 07c15a2 commit 38543e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/user-guide/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ context:
408408
}
409409
```
410410

411-
However, `from polyscript.js_modules import html_escaper` would then only work
411+
However, `from pyscript.js_modules import html_escaper` would then only work
412412
within the context of Python code **running on a worker**.
413413

414414
### Custom

0 commit comments

Comments
 (0)