From: Lele Gaifax Date: Thu, 9 Dec 2021 07:14:06 +0000 (+0100) Subject: Fix typo in docstring X-Git-Tag: rel_2_0_0b1~610^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd1bb4e8bf8a21f8c20b4390a9e7d579556ffc0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in docstring --- diff --git a/lib/sqlalchemy/sql/selectable.py b/lib/sqlalchemy/sql/selectable.py index 57fe189500..a96ed479de 100644 --- a/lib/sqlalchemy/sql/selectable.py +++ b/lib/sqlalchemy/sql/selectable.py @@ -6490,7 +6490,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`. """