Fixing a typo in docstring

Change-Id: If76f4f76772fc65bfd1ea9a8517394f7f0075227
This commit is contained in:
adriant 2014-05-23 18:59:50 +12:00
parent 4777c2ac0a
commit bdcd96a8ec

View File

@ -33,7 +33,7 @@ class Interface(object):
@property
def tenants(self):
"""All the tenants as known by keytone."""
"""All the tenants as known by keystone."""
with timed("fetch tenant list from keystone"):
_tenants = self.auth.tenants.list()