diff --git a/slpkg/models/models.py b/slpkg/models/models.py index d0fcd882..adb50c96 100644 --- a/slpkg/models/models.py +++ b/slpkg/models/models.py @@ -40,7 +40,7 @@ class SBoTable(Base): @dataclass class PonceTable(Base): - """ The main table for the SBo repository. """ + """ The main table for the ponce repository. """ __tablename__ = 'poncetable' @@ -59,7 +59,7 @@ class PonceTable(Base): @dataclass class BinariesTable(Base): - """ The main table for the SBo repository. """ + """ The main table for the binary repositories. """ __tablename__ = 'binariestable'