Skip to content

Commit 2f0e382

Browse files
bendemottebyhr
authored andcommitted
Fix typo in TrinoQueryError error message
Fix typo in TrinoQueryError custom exception class.
1 parent de61749 commit 2f0e382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def failure_info(self):
9898

9999
@property
100100
def message(self):
101-
return self._error.get("message", "Trino did no return an error message")
101+
return self._error.get("message", "Trino did not return an error message")
102102

103103
@property
104104
def error_location(self):

0 commit comments

Comments
 (0)