Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-05-13 22:52:57 +03:00
parent 310094ae60
commit 215c755553

View file

@ -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'