Skip to content

Commit c260e30

Browse files
Merge pull request #91 from pyscript/issue-64
Fix #64 - Refer to PyScript module instead
2 parents 07c15a2 + 38543e4 commit c260e30

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)