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)