Fix a doc_string error

Change-Id: Ib2ab829ed777a4f2fb13ec7426dffef99a4118ab
This commit is contained in:
jun xie
2014-09-18 15:41:31 +08:00
committed by jeffreycoho
parent 118763cbe0
commit 03f105dd4e

View File

@@ -120,7 +120,7 @@ class Client(httpclient.HTTPClient):
>>> admin_client = client.Client(
... token='12345secret7890',
... endpoint='http://localhost:35357/v2.0')
>>> keystone.tenants.list()
>>> admin_client.tenants.list()
"""