summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaiki kato <d-kato@wr.jp.nec.com>2016-02-17 11:14:02 +0900
committerdaiki kato <d-kato@wr.jp.nec.com>2016-02-17 11:16:58 +0900
commit2aa26f5d2ab7f4cb7c1be894deaa38823a685e00 (patch)
tree9b6d39c374bf142b6b84db89c627ef0c2f453e2f
parentf88e4da1d6f507e7fe419a049ca46ba3af5df524 (diff)
downloadpython-cinderclient-2aa26f5d2ab7f4cb7c1be894deaa38823a685e00.tar.gz
Eliminate unnecessary character
Eliminated unnecessary character about endpoint of keystone. Change-Id: I4ae38d22c28162d87277379a693614c2a63433c9
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 48a0d79..918e3fa 100644
--- a/README.rst
+++ b/README.rst
@@ -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()