mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-24 06:44:19 +00:00
Wrong comment fixed
This commit is contained in:
parent
266ca37e8e
commit
13ff41c147
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue