From: Gaƫtan de Menten Date: Fri, 11 Jul 2008 14:21:05 +0000 (+0000) Subject: typo X-Git-Tag: rel_0_5beta2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bad78d9767fb9b076c7a6388286a0c37a81d8bc5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index cd7efbc177..68a0d8e81d 100644 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -391,7 +391,7 @@ def comparable_using(comparator_factory): """Decorator, allow a Python @property to be used in query criteria. A decorator front end to [sqlalchemy.orm#comparable_property()], passes - throgh the comparator_factory and the function being decorated:: + through the comparator_factory and the function being decorated:: @comparable_using(MyComparatorType) @property