diff --git a/database.py b/database.py index d708598..4188077 100644 --- a/database.py +++ b/database.py @@ -153,7 +153,7 @@ class Product(DeferredReflection, TableDeclarativeBase): self.image = r.content class Category(DeferredReflection, TableDeclarativeBase): - """A purchasable product.""" + """A category for products.""" # Category id id = Column(Integer, primary_key=True)