From: Gaƫtan de Menten Date: Wed, 19 Mar 2008 12:48:09 +0000 (+0000) Subject: typo X-Git-Tag: rel_0_4_5~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9f459d712a70478d30978b8fe84edc4c072f74;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index eeb7de87d9..6616a77fe3 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')