Wrong usage of "an" in the mesages:

an service

Should be:
a service

Change-Id: I85a8ef6bc207e465c16f60363005cc19f32f61f9
This commit is contained in:
malei 2015-10-16 22:47:02 +08:00
parent 6ca5d45562
commit 02d87421d4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ def service_get_all_by_topic(context, topic, disabled=None):
def service_get_by_args(context, host, binary):
"""Get the state of an service by node name and binary."""
"""Get the state of a service by node name and binary."""
return IMPL.service_get_by_args(context, host, binary)