From: Ilja Everilä Date: Thu, 11 Sep 2014 12:49:51 +0000 (+0300) Subject: method documentation typo fix X-Git-Tag: rel_1_0_0b1~70^2~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76c06aa65345b47af38a0a1d20638dfbc890b640;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git method documentation typo fix --- diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index c1c4fc1e15..53838358d1 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -2901,7 +2901,7 @@ class FunctionFilter(ColumnElement): criterion = None def __init__(self, func, *criterion): - """Produce an :class:`.FunctionFilter` object against a function. + """Produce a :class:`.FunctionFilter` object against a function. Used against aggregate and window functions, for database backends that support the "FILTER" clause.