diff --git a/connections.py b/connections.py index e99f333..b05810f 100644 --- a/connections.py +++ b/connections.py @@ -48,7 +48,7 @@ class MySSHTunnel: def get_connection(connection_config: dict) -> Union[trino.dbapi.Connection, mysql.connector.MySQLConnection]: """ - Pick the right way to build a connection and pass it the connection details. + Pick the right way to build a connection and connect. :param connection_config: confi :return: