heat/heat/rpc
hgangwx 4235bd366b Wrong usage of "a"
Wrong usage of "a" in the mesages:
"a integer representing the number of matched stacks"
"Send a signal and a exception will raise"
Should be:
"an integer representing the number of matched stacks"
"Send a signal and an exception will raise"
Totally 3 occasion in Heat base code.

Change-Id: Ic5ff16dd8d31d4573490ac423f7457e75b872e6b
2015-12-26 18:08:47 +08:00
..
__init__.py Create a new heat.rpc package 2012-11-30 17:05:13 +01:00
api.py Use user id instead of user name in notification body 2015-12-07 08:25:04 -06:00
client.py Wrong usage of "a" 2015-12-26 18:08:47 +08:00
listener_client.py Fix [H405] pep rule in heat/rpc 2015-10-08 15:13:52 +03:00
worker_api.py Convergence message bus 2015-02-23 12:29:53 +05:30
worker_client.py Fix [H405] pep rule in heat/rpc 2015-10-08 15:13:52 +03:00