From 87b6e2be07a93ba0d38228ae3b3c29983cc8a9f7 Mon Sep 17 00:00:00 2001 From: jzhang-skysql <164920395+jzhang-skysql@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:37:51 -0700 Subject: [PATCH] Update Connect from Python App.md Removed references to "MariaDB products" --- docs/Connecting to Sky DBs/Connect from Python App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 c566d803..7b6e2695 100644 --- a/docs/Connecting to Sky DBs/Connect from Python App.md +++ b/docs/Connecting to Sky DBs/Connect from Python App.md @@ -2,7 +2,7 @@ ## Overview -Python developers can use MariaDB Connector/Python to establish client connections with SkySQL database products. +Python developers can use MariaDB Connector/Python to establish client connections with SkySQL. ## Connections @@ -10,7 +10,7 @@ Connections are managed using the following Python class: | Class | Description | | --- | --- | -| Connection | Represents a connection to a MariaDB database product. | +| Connection | Represents a connection to SkySQL. | Connections are created, used, and managed using the following `Connection` class functions: