From fb9f459d712a70478d30978b8fe84edc4c072f74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ga=C3=ABtan=20de=20Menten?= Date: Wed, 19 Mar 2008 12:48:09 +0000 Subject: [PATCH] typo --- lib/sqlalchemy/ext/declarative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.47.3