From 90e4d89445956f3b05704ff6b4ced9dd221b40b1 Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Thu, 26 Jun 2014 20:48:53 -0400 Subject: [PATCH] Correcting using-api-v2.rst Changes * removed extraneous word from Introduction section Closes-Bug: #1334915 Change-Id: I201ddb70a4d91e0d615e322abc43848993dee573 --- doc/source/using-api-v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/using-api-v2.rst b/doc/source/using-api-v2.rst index 9a31adda7..192e683c6 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::