Merge "Eliminate unnecessary character"

This commit is contained in:
Jenkins 2016-02-23 22:04:35 +00:00 committed by Gerrit Code Review
commit 8c8cdabde3
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ There's also a complete Python API, but it has not yet been documented.
Quick-start using keystone::
# use v2.0 auth with http://example.com:5000/v2.0/")
# use v2.0 auth with http://example.com:5000/v2.0/
>>> from cinderclient.v1 import client
>>> nt = client.Client(USER, PASS, TENANT, AUTH_URL, service_type="volume")
>>> nt.volumes.list()