Corrected typo in neutronclient.v_2_0.client...

This bug fixes a small typo in the first line.
There is an additional '_' in the version. This has been removed.

Change-Id: Idf9061e13c2cbc26041a1a4b961cd85acb8007ff
Closes-Bug: 1564686
This commit is contained in:
James Benson
2016-04-01 16:34:57 +00:00
parent 8776e54781
commit 9e798d4224

View File

@@ -3,7 +3,7 @@ Authenticate against a Networking endpoint
==========================================
To authenticate against a Networking endpoint, instantiate a
``neutronclient.v_2_0.client.Client`` object:
``neutronclient.v2_0.client.Client`` object:
.. code-block:: python