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 8556476 commit 32c92ccCopy full SHA for 32c92cc
ada_url/ada_adapter.py
@@ -86,7 +86,7 @@ def __init__(self, url, base=None):
86
)
87
88
if not lib.ada_is_valid(self.urlobj):
89
- raise ValueError('Invlid input')
+ raise ValueError('Invalid input')
90
91
def __getattr__(self, attr):
92
if attr in GET_ATTRIBUTES:
0 commit comments