From: Ilja Everilä Date: Thu, 11 Sep 2014 12:47:24 +0000 (+0300) Subject: documentation indentation fix X-Git-Tag: rel_1_0_0b1~70^2~50^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89fc7d65b9ac12dd70d48c8d3be04bd50e696ce6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git documentation indentation fix --- diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index 62fe6553a3..c1c4fc1e15 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -2908,8 +2908,8 @@ class FunctionFilter(ColumnElement): E.g.:: - from sqlalchemy import funcfilter - funcfilter(func.count(1), MyClass.name == 'some name') + from sqlalchemy import funcfilter + funcfilter(func.count(1), MyClass.name == 'some name') Would produce "COUNT(1) FILTER (WHERE myclass.name = 'some name')".