summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
diff options
context:
space:
mode:
authorGaëtan de Menten <gdementen@gmail.com>2008-07-11 14:21:05 +0000
committerGaëtan de Menten <gdementen@gmail.com>2008-07-11 14:21:05 +0000
commitbad78d9767fb9b076c7a6388286a0c37a81d8bc5 (patch)
tree89f7ced525b78c378a6ec20ea2c26e379efd326f /lib/sqlalchemy/ext/declarative.py
parentb2edf4a0fdc2e25ddc86b896a89a3023a5a49255 (diff)
downloadsqlalchemy-bad78d9767fb9b076c7a6388286a0c37a81d8bc5.tar.gz
typo
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
-rw-r--r--lib/sqlalchemy/ext/declarative.py2
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