]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixes: #7278
authorjonathan vanasco <jonathan@2xlp.com>
Tue, 2 Nov 2021 17:35:44 +0000 (13:35 -0400)
committerJonathan Vanasco <jonathan@2xlp.com>
Tue, 2 Nov 2021 17:37:56 +0000 (17:37 +0000)
Correct a typo in the 1.4 changelog

Change-Id: Ib7d1fc75957ad2efb348fee9d862d75b06dbafef

doc/build/changelog/changelog_14.rst

index 30b04b8229fa93c2f1323c344b640f323a6a1d5c..35e500d4952a12d5261fd3a3aa1bd3d77b31747d 100644 (file)
@@ -6288,7 +6288,7 @@ This document details individual issue-level changes made throughout
         * ``nullsfirst`` is now ``nulls_first``
         * ``nullslast`` is now ``nulls_last``
         * ``isnot`` is now ``is_not``
-        * ``not_in_`` is now ``not_in``
+        * ``notin_`` is now ``not_in``
 
         Because these are core operators, the internal migration strategy for this
         change is to support legacy terms for an extended period of time -- if not