summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
diff options
context:
space:
mode:
authorTaavi Burns <taavi.burns@gmail.com>2012-12-31 00:21:05 -0500
committerTaavi Burns <taavi.burns@gmail.com>2012-12-31 00:21:05 -0500
commit9a8711c3607f74ce1bea57102f174605202fac35 (patch)
tree7a6d44e126c8ed025da9789b81630d3f223e4855 /lib/sqlalchemy/ext
parentb30ef87d27898434188462455f3c850297e335d1 (diff)
downloadsqlalchemy-9a8711c3607f74ce1bea57102f174605202fac35.tar.gz
Fixes grammar in docstring.
Diffstat (limited to 'lib/sqlalchemy/ext')
-rw-r--r--lib/sqlalchemy/ext/declarative/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/declarative/__init__.py b/lib/sqlalchemy/ext/declarative/__init__.py
index 1fb3feb6a..2a0c95cbb 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