From: Mike Bayer Date: Tue, 26 Feb 2013 17:39:26 +0000 (-0500) Subject: typo X-Git-Tag: rel_0_8_0~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9a7f2dbd5f9b3a111b04ff59089cb84220fe427;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 93a84fb9b5..c9385daaaf 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -1145,7 +1145,7 @@ class History(History): from sqlalchemy import inspect - hist = inspect(myobject).attr.myattribute.history + hist = inspect(myobject).attrs.myattribute.history Each tuple member is an iterable sequence: