]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in changelog
authorLele Gaifax <lele@metapensiero.it>
Thu, 9 Dec 2021 07:13:42 +0000 (08:13 +0100)
committerLele Gaifax <lele@metapensiero.it>
Thu, 9 Dec 2021 07:13:42 +0000 (08:13 +0100)
doc/build/changelog/unreleased_14/7386.rst

index e344453c8c4af597cb0523119304f74b77b76542..2a9022868830b2ab41cb578ffddae774eaeaa949 100644 (file)
@@ -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.