Skip to content

Commit ef9a999

Browse files
committed
minor typo in comment
1 parent e293dee commit ef9a999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pyscript/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def register_functions(cls):
413413
def set_pyscript_config(cls, config):
414414
"""Set pyscript yaml config."""
415415
#
416-
# have to update inplace, since dist is already used as value
416+
# have to update inplace, since dest is already used as value
417417
#
418418
cls.pyscript_config.clear()
419419
for name, value in config.items():

0 commit comments

Comments
 (0)