docs fix - orm internals, should be 'attrs' not 'attr'

Issue #2802 resolved
Former user created an issue

(original reporter: jonathan) this appears in the .8 and latest docs

http://docs.sqlalchemy.org/en/latest/orm/internals.html http://docs.sqlalchemy.org/en/rel_0_8/orm/internals.html

   insp = inspect(some_mapped_object)
-  attr_state = insp.attr.some_attribute
+  attr_state = insp.attrs.some_attribute

Comments (3)

  1. Log in to comment