diff --git a/sqlalchemy_utils/eav.py b/sqlalchemy_utils/eav.py index 0308d71..9eea6d4 100644 --- a/sqlalchemy_utils/eav.py +++ b/sqlalchemy_utils/eav.py @@ -115,7 +115,7 @@ those have their own limitations compared to traditional RDBMS. value = MetaValue('attr', 'data_type') -Now SQLAlchemy-Utils would create these columns for ProductAttributeValue: +Now SQLAlchemy-Utils would create these columns for AttributeValue: * value_unicode * value_int