Skip to content

Commit 0968386

Browse files
committed
Fix typo in comment [skip ci]
1 parent 50015ba commit 0968386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/WebTest/webtest/forms.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class _Classes(TypedDict):
2323
textarea: type[Textarea]
2424
radio: type[Radio]
2525

26-
# NOTE: It seems unergonmic having to put isinstance checks everywhere
26+
# NOTE: It seems unergonomic having to put isinstance checks everywhere
2727
# in your test code where you're accessing a form field, so we
2828
# return `Any` for now. What we would really like to use here is
2929
# `AnyOf`, but that doesn't exist yet.

0 commit comments

Comments
 (0)