Correct an api reference error

Correct a nit doc string error which is populated into api reference
doc.

Change-Id: I53e2d5ea820891d90f522889743ce94802f0576e
This commit is contained in:
Lianhao Lu
2015-11-25 05:55:49 +08:00
parent 7a3da84d0c
commit e4ea68eb7e

View File

@@ -367,7 +367,7 @@ def Client(version, *args, **kwargs):
def get_client(version, **kwargs):
"""Get an authenticated client, based on the credentials in the kwargs.
:param api_version: the API version to use ('1' or '2')
:param version: the API version to use ('1' or '2')
:param kwargs: keyword args containing credentials, either:
* session: a keystoneauth/keystoneclient session object