nova/nova/db/sqlalchemy
Jason.Zhao 58cba469ad Correct the code description
Wrong usage of "an" in the messages:
"Update the attributes of an group"
"Delete an group"

Should be:
"Update the attributes of a group"
"Delete a group"

Totally 2 occurrences in /nova/db/sqlalchemy/api.py

Change-Id: I912fdc4173ea3206e799b7a9f3d22fbd5ed05ca4
2016-01-06 22:28:52 +08:00
..
api_migrations Add persistence to the RequestSpec object 2015-11-28 00:10:26 +01:00
migrate_repo db: adding columns to PciDevice table 2015-12-31 09:12:44 +00:00
__init__.py Remove SQLite BigInteger/Integer translation logic 2015-12-07 12:49:22 -05:00
api.py Correct the code description 2016-01-06 22:28:52 +08:00
api_models.py Add persistence to the RequestSpec object 2015-11-28 00:10:26 +01:00
migration.py Revert "Implement online schema migrations" 2015-10-28 19:35:37 -07:00
models.py db: adding columns to PciDevice table 2015-12-31 09:12:44 +00:00
types.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
utils.py Fix Python 3 issues in nova.db.sqlalchemy 2015-06-30 07:06:54 -07:00