Typo in Joined Table Inheritance docs

Issue #2641 resolved
Denis Rykov created an issue

http://docs.sqlalchemy.org/en/latest/orm/inheritance.html#joined-table-inheritance

class Manager(Person) should be class Manager(Employee)

Comments (6)

  1. Log in to comment