[trivial] Fix typo in docstring

Change-Id: Ie142198b868d91f386319bdc253f7be34dedc55b
This commit is contained in:
Kyrylo Romanenko 2016-09-16 15:07:40 +03:00
parent 123174af37
commit 1f21e5cb72
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.