Skip to content

Commit 32c92cc

Browse files
bbaylesanonrig
authored andcommitted
Fix typo in error message
1 parent 8556476 commit 32c92cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ada_url/ada_adapter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, url, base=None):
8686
)
8787

8888
if not lib.ada_is_valid(self.urlobj):
89-
raise ValueError('Invlid input')
89+
raise ValueError('Invalid input')
9090

9191
def __getattr__(self, attr):
9292
if attr in GET_ATTRIBUTES:

0 commit comments

Comments
 (0)