Fix method comment typo

emplate -> Template

Change-Id: I3ed9e39c5a69b5235066af5409032a253f6a2769
This commit is contained in:
Hidekazu Nakamura 2015-11-24 21:06:22 +09:00
parent b13c8dd004
commit 1b2c04cb0c

@ -87,7 +87,7 @@ class Environment(Base, TimestampMixin):
class EnvironmentTemplate(Base, TimestampMixin):
"""Represents a Environment emplate in the metadata-store."""
"""Represents a Environment Template in the metadata-store."""
__tablename__ = 'environment-template'
id = sa.Column(sa.String(36),