]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix 'compatiblity' typo in sqlite dialect docstring (#13237)
authorMukunda Rao Katta <mukunda.vjcs6@gmail.com>
Thu, 16 Apr 2026 18:56:30 +0000 (11:56 -0700)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 16 Apr 2026 18:57:52 +0000 (20:57 +0200)
Co-authored-by: MukundaKatta <mukundakatta@users.noreply.github.com>
(cherry picked from commit 1f27a0deefd86c14fd2de3b80e24aeb00c154da7)

lib/sqlalchemy/dialects/sqlite/base.py

index 35eb74bfad16e3c7c2ab68e2f335fe6fbca98d38..d9f5756755367028b6f466eac1e6da86e0dbaad9 100644 (file)
@@ -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