This commit is contained in:
Konsta Vesterinen
2014-09-09 08:56:11 +03:00
parent 3e083955d3
commit 5522c2be65

View File

@@ -496,7 +496,7 @@ def get_descriptor(entity, attr):
# but not in parent class.
return getattr(prop.parent.class_, attr)
else:
# Handle synonyms, relationship proeprties and hybrid
# Handle synonyms, relationship properties and hybrid
# properties
try:
return getattr(entity, attr)