From: Lele Gaifax Date: Thu, 9 Dec 2021 07:13:42 +0000 (+0100) Subject: Fix typo in changelog X-Git-Tag: rel_2_0_0b1~610^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009fd5cf2d352c3d8b60e9e53b65c1aff4f87151;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in changelog --- diff --git a/doc/build/changelog/unreleased_14/7386.rst b/doc/build/changelog/unreleased_14/7386.rst index e344453c8c..2a90228688 100644 --- a/doc/build/changelog/unreleased_14/7386.rst +++ b/doc/build/changelog/unreleased_14/7386.rst @@ -3,5 +3,5 @@ :tickets: 7386 Support multiple clause elements in the :meth:`_sql.Exists.where` method, - unifying the api with the on presented by a normal :func:`_sql.select` + unifying the api with the one presented by a normal :func:`_sql.select` construct.