Add missing end single quote

End single quote of is missing. This patch add it.

Change-Id: Ibabde8922d97e1d30f7130574080f56ccb8d6be9
This commit is contained in:
Hidekazu Nakamura
2015-11-11 21:16:06 +09:00
parent e543d5c4d4
commit 681fe93f6e

View File

@@ -59,7 +59,7 @@ An example from keystoneclient::
>>> from keystoneclient import session
>>> from keystoneclient.v3 import client
>>> auth = v3.Password(auth_url='https://my.keystone.com:5000/v3,
>>> auth = v3.Password(auth_url='https://my.keystone.com:5000/v3',
... username='myuser',
... password='mypassword',
... project_id='proj',