From 6dd4bda2415cc16c9de8d31fec0b778e916d05e3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 31 Dec 2012 11:51:39 -0500 Subject: [PATCH] merge taavi's fix from default --- 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 f01f3fc61b..525f3483c8 100755 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -743,7 +743,7 @@ reference a common target class via many-to-one:: primaryjoin, order_by etc. expressions should use the string forms for these arguments, so that they are evaluated as late as possible. To reference the mixin class in these expressions, use the given ``cls`` -to get it's name:: +to get its name:: class RefTargetMixin(object): @declared_attr -- 2.47.2