]> 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)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2026 18:56:30 +0000 (20:56 +0200)
Co-authored-by: MukundaKatta <mukundakatta@users.noreply.github.com>
lib/sqlalchemy/dialects/sqlite/base.py

index e0848ebd3822e1bd65917b9a66d78b5ea397b18a..61d61d9a1e4a096a384fe72fe9fcb56ba4dfbc66 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