Merge "modify the wrong comment of the Client class"

This commit is contained in:
Jenkins
2017-01-16 15:07:28 +00:00
committed by Gerrit Code Review

View File

@@ -719,7 +719,7 @@ def Client(version, *args, **kwargs):
>>> from cinderclient import client
>>> cinder = client.Client(VERSION, USERNAME, PASSWORD,
... PROJECT_ID, AUTH_URL)
... PROJECT_NAME, AUTH_URL)
Here ``VERSION`` can be a string or
``cinderclient.api_versions.APIVersion`` obj. If you prefer string value,