diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-26 12:39:26 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-26 12:39:26 -0500 |
commit | d9a7f2dbd5f9b3a111b04ff59089cb84220fe427 (patch) | |
tree | f0e16c2442bba2d707a6fe85a3b48651b44c7a2a /lib/sqlalchemy/orm/attributes.py | |
parent | 07cc4ecf05aeb746a54ce51671d7a4b2669141e2 (diff) | |
download | sqlalchemy-d9a7f2dbd5f9b3a111b04ff59089cb84220fe427.tar.gz |
typo
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
-rw-r--r-- | lib/sqlalchemy/orm/attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 93a84fb9b..c9385daaa 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: |