Skip to content

Commit 9172e3b

Browse files
committed
docs: remove value from python wrapper
1 parent 4274d8f commit 9172e3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trame_code/widgets/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class Editor(HtmlElement):
2121
2222
Properties:
2323
24+
:param v_model:
2425
:param options:
25-
:param value:
2626
:param theme:
2727
:param language:
2828
:param textmate:
@@ -40,7 +40,6 @@ def __init__(self, **kwargs):
4040
)
4141
self._attr_names += [
4242
"options",
43-
"value",
4443
"theme",
4544
"language",
4645
"textmate",

0 commit comments

Comments
 (0)