diff options
author | Gaëtan de Menten <gdementen@gmail.com> | 2008-03-19 12:48:09 +0000 |
---|---|---|
committer | Gaëtan de Menten <gdementen@gmail.com> | 2008-03-19 12:48:09 +0000 |
commit | fb9f459d712a70478d30978b8fe84edc4c072f74 (patch) | |
tree | b3299eb44f2db116cf09f8ac7a0d6b7f1b934c46 /lib/sqlalchemy/ext/declarative.py | |
parent | 6b387602d62262a3b84d10529077f00e4c75e07f (diff) | |
download | sqlalchemy-fb9f459d712a70478d30978b8fe84edc4c072f74.tar.gz |
typo
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
-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 eeb7de87d..6616a77fe 100644 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -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') |