summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2021-11-02 13:35:44 -0400
committerJonathan Vanasco <jonathan@2xlp.com>2021-11-02 17:37:56 +0000
commitfc5c54fcd4d868c2a4c7ac19668d72f506fe821e (patch)
tree66386f51e6653e3019ade97ebf04677fa66a12fd
parentc4abf5a44249fa42ae9c5d5c3035b8258c6d92b6 (diff)
downloadsqlalchemy-master.tar.gz
Fixes: #7278master
Correct a typo in the 1.4 changelog Change-Id: Ib7d1fc75957ad2efb348fee9d862d75b06dbafef
-rw-r--r--doc/build/changelog/changelog_14.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst
index 30b04b822..35e500d49 100644
--- a/doc/build/changelog/changelog_14.rst
+++ b/doc/build/changelog/changelog_14.rst
@@ -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