From: Lele Gaifax Date: Thu, 9 Dec 2021 07:14:06 +0000 (+0100) Subject: Fix typo in docstring X-Git-Tag: rel_1_4_28~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4e99629270ec665cb9f010d4b7531c4605b5873;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in docstring (cherry picked from commit 9fd1bb4e8bf8a21f8c20b4390a9e7d579556ffc0) --- diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index 6004349ac7..7d18113219 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -6597,7 +6597,7 @@ class Exists(UnaryExpression): See :func:`_sql.exists` for a description of usage. - An ``EXISTS`` clase can also be constructed from a :func:`_sql.select` + An ``EXISTS`` clause can also be constructed from a :func:`_sql.select` instance by calling :meth:`_sql.SelectBase.exists`. """