typo int sqlalchemy.orm.attributes.History docstring

Issue #2667 resolved
Łukasz Fidosz created an issue

There is a typo in typo int sqlalchemy.orm.attributes.History should be:

hist = inspect(myobject).attrs.myattribute.history

instead of:

hist = inspect(myobject).attr.myattribute.history

path included

Comments (3)

  1. Log in to comment