From bdcd96a8ece56d804e80529294ef1fa4804fe33c Mon Sep 17 00:00:00 2001 From: adriant Date: Fri, 23 May 2014 18:59:50 +1200 Subject: [PATCH] Fixing a typo in docstring Change-Id: If76f4f76772fc65bfd1ea9a8517394f7f0075227 --- artifice/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifice/interface.py b/artifice/interface.py index 1385a47..fa17b89 100644 --- a/artifice/interface.py +++ b/artifice/interface.py @@ -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()