trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Fix exceptions.py typo #276

Closed bendemott closed 1 year ago

bendemott commented 1 year ago

Fix typo in TrinoQueryError custom exception class.

Description

Fix simple typo in TrinoQueryError

Non-technical explanation

When the error TrinoQueryError the user would see a typo in the error text.

Release notes

(x) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required, please propose a release note for me. ( ) Release notes are required, with the following suggested text:

* Fix typo in `TrinoQueryError` error message (Fix exceptions.py typo`276`)
bendemott commented 1 year ago

Please rephrase commit message to Fix typo in TrinoQueryError error message

Done @hovaesco