Skip to content

Commit 7eb22c5

Browse files
authored
make snake case
1 parent 2029d91 commit 7eb22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
fe_tile = make_vdom_constructor("feTile", allow_children=False)
109109
fe_turbulence = make_vdom_constructor("feTurbulence", allow_children=False)
110110
filter = make_vdom_constructor("filter", allow_children=False)
111-
foreignObject = make_vdom_constructor("foreignObject", allow_children=False)
111+
foreign_object = make_vdom_constructor("foreignObject", allow_children=False)
112112
g = make_vdom_constructor("g")
113113
hatch = make_vdom_constructor("hatch", allow_children=False)
114114
hatchpath = make_vdom_constructor("hatchpath", allow_children=False)

0 commit comments

Comments
 (0)