heat/heat/db/sqlalchemy
hgangwx c9abb4744f Wrong usage of "an"
Wrong usage of "an" in the mesages:
"Now it's an subclass of module versions"
"Represents an syncpoint for an stack"
"Creates an sync point entry in DB"

Should be:
"Now it's a subclass of module versions"
"Represents a syncpoint for an stack"
"Creates a sync point entry in DB"

Totally 4 occasions in Heat base code.

Change-Id: I19a0c984a2d19719e4687fbcbec3760866ddab11
2015-12-27 16:12:46 +08:00
..
migrate_repo Adds 5 backport db migration place holder for liberty 2015-11-18 09:45:11 +00:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py heat-manage resource_data_list 2015-12-15 04:37:35 +00:00
filters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
migration.py Squash Havana migration scripts 2015-05-28 21:18:37 -04:00
models.py Wrong usage of "an" 2015-12-27 16:12:46 +08:00
types.py Remove usage of sqlalchemy mutables 2015-06-26 11:02:03 +02:00
utils.py remove the mutable default arguments "[]" or "{}" 2015-12-16 16:48:51 +08:00