From: Taavi Burns Date: Mon, 31 Dec 2012 05:21:05 +0000 (-0500) Subject: Fixes grammar in docstring. X-Git-Tag: rel_0_8_0~36^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8711c3607f74ce1bea57102f174605202fac35;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixes grammar in docstring. --- 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