documentation indentation fix

This commit is contained in:
Ilja Everilä
2014-09-11 15:47:24 +03:00
parent 52a095ba66
commit 89fc7d65b9
+2 -2
View File
@@ -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')".