From 2b0a2f2e8264ed4e219a6614548fe106279271b9 Mon Sep 17 00:00:00 2001 From: jzhang-skysql <164920395+jzhang-skysql@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:32:39 -0700 Subject: [PATCH] Update Connect from Python App.md Fixed formatting issues --- docs/Connecting to Sky DBs/Connect from Python App.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/Connecting to Sky DBs/Connect from Python App.md b/docs/Connecting to Sky DBs/Connect from Python App.md index 96c16de2..c566d803 100644 --- a/docs/Connecting to Sky DBs/Connect from Python App.md +++ b/docs/Connecting to Sky DBs/Connect from Python App.md @@ -16,14 +16,10 @@ Connections are created, used, and managed using the following `Connection` clas | Function | Description | | --- | --- | -| connect() | Establishes a connection to a database server and returns a -connection object. | +| connect() | Establishes a connection to a database server and returns a connection object. | | cursor() | Returns a new cursor object for the current connection. | -| change_user() | Changes the user and default database of the current -connection. | -| reconnect() | Tries to make a connection object active again by reconnecting to -the server using the same credentials which were specified in connect() -method. | +| change_user() | Changes the user and default database of the current connection. | +| reconnect() | Tries to make a connection object active again by reconnecting to the server using the same credentials which were specified in connect() method. | | close() | Closes the connection. | Determine the connection information for your SkySQL database service: