]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorGaëtan de Menten <gdementen@gmail.com>
Fri, 11 Jul 2008 14:21:05 +0000 (14:21 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Fri, 11 Jul 2008 14:21:05 +0000 (14:21 +0000)
lib/sqlalchemy/ext/declarative.py

index cd7efbc177268f693c5604a28ce57d0f2f602148..68a0d8e81d7bc621c8149bbfa6406e3cfc41effc 100644 (file)
@@ -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