diff options
-rw-r--r-- | lib/sqlalchemy/ext/declarative.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index cd7efbc17..68a0d8e81 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 |