Fix wrong show_service help info

Change-Id: Iec56c8106f5cce9b6421c5514ab6bfec304a56a2
This commit is contained in:
licanwei 2018-09-03 10:40:52 +08:00
parent 8a33dd40da
commit 043f6d3bc2
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ class InfraOptimClientJSON(base.BaseClient):
def show_service(self, service):
"""Gets a specific service
:param service: Name of the strategy
:return: Serialized strategy as a dictionary
:param service: Name of the service
:return: Serialized service as a dictionary
"""
return self._show_request('/services', service)