Merge "[trivial] Fix typo in docstring"

This commit is contained in:
Jenkins 2016-09-19 11:59:27 +00:00 committed by Gerrit Code Review
commit 5259a8e245
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class BaremetalClient(rest_client.RestClient):
@handle_errors
def get_version_description(self, version='v1'):
"""Retrieves the desctription of the API.
"""Retrieves the description of the API.
:param version: The version of the API. Default: 'v1'.
:returns: Serialized description of API resources.