summaryrefslogtreecommitdiff
path: root/heat/db/sqlalchemy/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/db/sqlalchemy/models.py')
-rw-r--r--heat/db/sqlalchemy/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/db/sqlalchemy/models.py b/heat/db/sqlalchemy/models.py
index 0a53e6572..88586e651 100644
--- a/heat/db/sqlalchemy/models.py
+++ b/heat/db/sqlalchemy/models.py
@@ -117,7 +117,7 @@ class StackTag(BASE, HeatBase):
class SyncPoint(BASE, HeatBase):
- """Represents an syncpoint for a stack that is being worked on."""
+ """Represents a syncpoint for a stack that is being worked on."""
__tablename__ = 'sync_point'
__table_args__ = (