Minor grammatical fix in doc

Change-Id: I0ee386588ab3083d90c5da44337460e39fa86e83
Closes-Bug: #1334915
This commit is contained in:
Lance Bragstad
2014-06-27 23:28:28 -05:00
parent f0be3847dd
commit ef9dbdc795

View File

@@ -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 managers. For example, to manipulate tenants, you interact with a
``keystoneclient.v2_0.tenants.TenantManager`` object. ``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`` ``keystoneclient.v2_0.client.Client`` object. For example, the ``tenants``
attribute of the ``Client`` class is a tenant manager:: attribute of the ``Client`` class is a tenant manager::