From 9a8711c3607f74ce1bea57102f174605202fac35 Mon Sep 17 00:00:00 2001 From: Taavi Burns Date: Mon, 31 Dec 2012 00:21:05 -0500 Subject: [PATCH] Fixes grammar in docstring. --- lib/sqlalchemy/ext/declarative/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/ext/declarative/__init__.py b/lib/sqlalchemy/ext/declarative/__init__.py index 1fb3feb6a5..2a0c95cbba 100644 --- a/lib/sqlalchemy/ext/declarative/__init__.py +++ b/lib/sqlalchemy/ext/declarative/__init__.py @@ -901,7 +901,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.3