Merge "Add missing end single quote"

This commit is contained in:
Jenkins
2015-11-11 14:03:08 +00:00
committed by Gerrit Code Review

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',