Skip to content

Commit 48ff012

Browse files
authored
Merge pull request pyscript#190 from zjhch123/patch-1
Update todo-pylist.html
2 parents 2e40b40 + c2305c8 commit 48ff012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/examples/todo-pylist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<py-button id="new-task-btn" label="Add Task!">
4242
def on_click(evt):
4343
add_task()
44-
</button>
44+
</py-button>
4545
</py-box>
4646

4747
<py-list id="myList"></py-list>

0 commit comments

Comments
 (0)