From 38c6b210200718e0c5d47b6e2f91ae80c5e032eb Mon Sep 17 00:00:00 2001 From: Brandon Zarnitz Date: Tue, 5 May 2026 13:40:08 -0400 Subject: [PATCH] Fix typo in pgvector_handler.py" --- .../integrations/handlers/pgvector_handler/pgvector_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindsdb/integrations/handlers/pgvector_handler/pgvector_handler.py b/mindsdb/integrations/handlers/pgvector_handler/pgvector_handler.py index ab9aac0b340..a90cb8da766 100644 --- a/mindsdb/integrations/handlers/pgvector_handler/pgvector_handler.py +++ b/mindsdb/integrations/handlers/pgvector_handler/pgvector_handler.py @@ -486,7 +486,7 @@ def select( limit: int = None, ) -> pd.DataFrame: """ - Retrieve the data from the SQL statement with eliminated rows that dont satisfy the WHERE condition + Retrieve the data from the SQL statement with eliminated rows that don't satisfy the WHERE condition """ table_name = self._check_table(table_name)