Skip to content

Commit a33862c

Browse files
committed
fixed minor typo
1 parent 4608122 commit a33862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ One way to do that is in one of your pyscript script files, add this code:
14341434
14351435
import sys
14361436
1437-
if "config/pyscript_module" not in sys.path:
1437+
if "config/pyscript_modules" not in sys.path:
14381438
sys.path.append("config/pyscript_modules")
14391439
14401440
This adds a new folder ``config/pyscript_modules`` to Python's module search path. You can then add

0 commit comments

Comments
 (0)