From d7f2e59f9451789f0339b67a2d49d5f7d1356600 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 22 Aug 2022 13:47:18 +0200 Subject: [PATCH] Small change in docstring. --- connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: