From ce7547d187cdebb9bb1ec34123eae6b0777fd135 Mon Sep 17 00:00:00 2001 From: Mukunda Rao Katta Date: Thu, 16 Apr 2026 11:56:30 -0700 Subject: [PATCH] Fix 'compatiblity' typo in sqlite dialect docstring (#13237) Co-authored-by: MukundaKatta (cherry picked from commit 1f27a0deefd86c14fd2de3b80e24aeb00c154da7) --- lib/sqlalchemy/dialects/sqlite/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py index 35eb74bfad..d9f5756755 100644 --- a/lib/sqlalchemy/dialects/sqlite/base.py +++ b/lib/sqlalchemy/dialects/sqlite/base.py @@ -250,7 +250,7 @@ BEGIN. * **Using SQLAlchemy to emit BEGIN in lieu of SQLite's transaction control** (all Python versions, sqlite3 and aiosqlite) - For older versions of ``sqlite3`` or for cross-compatiblity with older and + For older versions of ``sqlite3`` or for cross-compatibility with older and newer versions, SQLAlchemy can also take over the job of transaction control. This is achieved by using the :meth:`.ConnectionEvents.begin` hook to emit the "BEGIN" command directly, while also disabling SQLite's control -- 2.47.3