Fix typo from keystoneclient.v_20.... to v2_0

There is a typo in the first sentence with

... a keystoneclient.v_20.client.Client and corrected it with:
keystoneclient.v2_0.client.Client

Closes-Bug: 1564087
Change-Id: I4045286f73699940a482148d5a2548e594fbea55
This commit is contained in:
James Benson 2016-04-01 01:23:32 +00:00
parent 3326080a11
commit 78b0670c60

View File

@ -3,7 +3,7 @@ Authenticate against an Identity endpoint
=========================================
To authenticate against the Identity v2.0 endpoint, instantiate a
`keystoneclient.v\_20.client.Client <http://docs.openstack.org/developer/python-keystoneclient/api/keystoneclient.v2_0.client.html#keystoneclient.v2_0.client.Client>`__ object:
`keystoneclient.v2\_0.client.Client <http://docs.openstack.org/developer/python-keystoneclient/api/keystoneclient.v2_0.client.html#keystoneclient.v2_0.client.Client>`__ object:
.. code-block:: python