From d9a7f2dbd5f9b3a111b04ff59089cb84220fe427 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 26 Feb 2013 12:39:26 -0500 Subject: [PATCH] typo --- lib/sqlalchemy/orm/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3