Skip to content

Commit 267d57a

Browse files
committed
fix typo (#290)
1 parent 2ec4125 commit 267d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywebio/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def _parse_action_buttons(buttons):
448448

449449
act.setdefault('type', 'submit')
450450
assert act['type'] in ('submit', 'reset', 'cancel'), \
451-
"submit type muse be 'submit'/'reset'/'cancel', not %r" % act['type']
451+
"submit type must be 'submit'/'reset'/'cancel', not %r" % act['type']
452452
act_res.append(act)
453453

454454
return act_res

0 commit comments

Comments
 (0)