]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorGaëtan de Menten <gdementen@gmail.com>
Wed, 19 Mar 2008 12:48:09 +0000 (12:48 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Wed, 19 Mar 2008 12:48:09 +0000 (12:48 +0000)
lib/sqlalchemy/ext/declarative.py

index eeb7de87d9553a012a110066e41abc39b285dd06..6616a77fe347ea7202044076070711f05d71b4d2 100644 (file)
@@ -250,7 +250,7 @@ def synonym_for(name, map_column=False):
     """Decorator, make a Python @property a query synonym for a column.
 
     A decorator version of [sqlalchemy.orm#synonym()].  The function being
-    decoratred is the 'descriptor', otherwise passes its arguments through
+    decorated is the 'descriptor', otherwise passes its arguments through
     to synonym()::
 
       @synonym_for('col')