We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50015ba commit 0968386Copy full SHA for 0968386
1 file changed
stubs/WebTest/webtest/forms.pyi
@@ -23,7 +23,7 @@ class _Classes(TypedDict):
23
textarea: type[Textarea]
24
radio: type[Radio]
25
26
-# NOTE: It seems unergonmic having to put isinstance checks everywhere
+# NOTE: It seems unergonomic having to put isinstance checks everywhere
27
# in your test code where you're accessing a form field, so we
28
# return `Any` for now. What we would really like to use here is
29
# `AnyOf`, but that doesn't exist yet.
0 commit comments