summaryrefslogtreecommitdiff
path: root/doc/source/using-api-v2.rst
diff options
context:
space:
mode:
authorMichael McCune <mimccune@redhat.com>2014-06-26 20:48:53 -0400
committerMichael McCune <mimccune@redhat.com>2014-06-26 20:50:14 -0400
commit90e4d89445956f3b05704ff6b4ced9dd221b40b1 (patch)
treea4eba33860138c8b541ff885e51d6e074dd09176 /doc/source/using-api-v2.rst
parent2927a754c4cdf50dfb75c671dcbdc3b43faa784b (diff)
downloadpython-keystoneclient-90e4d89445956f3b05704ff6b4ced9dd221b40b1.tar.gz
Correcting using-api-v2.rst
Changes * removed extraneous word from Introduction section Closes-Bug: #1334915 Change-Id: I201ddb70a4d91e0d615e322abc43848993dee573
Diffstat (limited to 'doc/source/using-api-v2.rst')
-rw-r--r--doc/source/using-api-v2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst
index 9a31add..192e683 100644
--- a/doc/source/using-api-v2.rst
+++ b/doc/source/using-api-v2.rst
@@ -17,7 +17,7 @@ The client v2 API lets you query and make changes through
managers. For example, to manipulate tenants, you interact with a
``keystoneclient.v2_0.tenants.TenantManager`` object.
-You obtain access to managers through via attributes of the
+You obtain access to managers via attributes of the
``keystoneclient.v2_0.client.Client`` object. For example, the ``tenants``
attribute of the ``Client`` class is a tenant manager::