summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlja Everilä <saarni@gmail.com>2014-09-11 15:49:51 +0300
committerIlja Everilä <saarni@gmail.com>2014-09-11 15:49:51 +0300
commit76c06aa65345b47af38a0a1d20638dfbc890b640 (patch)
treef14b8d2e34d4e18aae17bcd07c12dcfa8aaf3c49
parent89fc7d65b9ac12dd70d48c8d3be04bd50e696ce6 (diff)
downloadsqlalchemy-pr/134.tar.gz
method documentation typo fixpr/134
-rw-r--r--lib/sqlalchemy/sql/elements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py
index c1c4fc1e1..53838358d 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.