Skip to content

Commit d342218

Browse files
committed
Update comments
1 parent 8c05dd2 commit d342218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reactpy/_html.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ def __getattr__(self, value: str) -> VdomDictConstructor:
301301

302302
return self.__cache__[value]
303303

304-
# HTML elements, written out here for auto-complete purposes
305-
# The actual elements are created dynamically in the __getattr__ method.
306-
# Elements other than these can still be created.
304+
# Standard HTML elements are written below for auto-complete purposes
305+
# The actual elements are created dynamically when __getattr__ is called.
306+
# Elements other than those type-hinted below can still be created.
307307
a: VdomDictConstructor
308308
abbr: VdomDictConstructor
309309
address: VdomDictConstructor

0 commit comments

Comments
 (0)