Skip to content

Commit aabaaca

Browse files
committed
fix: Correct spelling error in error message
1 parent 2fe9a04 commit aabaaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(self, db_manager: Sqlite3Manager):
116116
import pytgpt.auto as auto
117117
except ImportError:
118118
raise Exception(
119-
"Looks like pytgpt isn't installed. Reistall it before using TextToSql - "
119+
"Looks like pytgpt isn't installed. Install it before using TextToSql - "
120120
'"pip install python-tgpt"'
121121
)
122122
self.ai = auto.AUTO(update_file=False)

0 commit comments

Comments
 (0)