docs: fix sql db note (#24505)

This commit is contained in:
Bagatur 2024-07-22 13:30:29 -07:00 committed by GitHub
parent 8a140ee77c
commit c48e99e7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
"source": [ "source": [
"# SQL Database\n", "# SQL Database\n",
"\n", "\n",
"::: {.callout-note}\n", ":::note\n",
"The `SQLDatabase` adapter utility is a wrapper around a database connection.\n", "The `SQLDatabase` adapter utility is a wrapper around a database connection.\n",
"\n", "\n",
"For talking to SQL databases, it uses the [SQLAlchemy] Core API .\n", "For talking to SQL databases, it uses the [SQLAlchemy] Core API .\n",
@ -405,7 +405,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.10.12" "version": "3.11.9"
} }
}, },
"nbformat": 4, "nbformat": 4,