Skip to content

Commit d809007

Browse files
Update src/reactpy/types.py
Co-authored-by: Mark Bakhit <[email protected]>
1 parent 435fcbc commit d809007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/reactpy/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ class JsonImportSource(TypedDict):
896896

897897

898898
class JavaScript(str):
899-
"""A simple way of marking JavaScript code to be executed client-side"""
899+
"""Simple subclass that flags a user's string in ReactPy VDOM attributes as executable JavaScript."""
900900

901901
pass
902902

0 commit comments

Comments
 (0)