Correct a misspelled in comments

'fron' in keystoneclient/service_catalog.py should be 'from'

Change-Id: I75b01aca6eb905efa9d74f7deb4146c43525d4cc
This commit is contained in:
Wu Wenxiang
2012-11-26 16:37:48 +08:00
parent e4ed1f39a0
commit 21ce65834a

View File

@@ -27,7 +27,7 @@ class ServiceCatalog(object):
self.catalog = resource_dict
def get_token(self):
"""Fetch token details fron service catalog.
"""Fetch token details from service catalog.
Returns a dictionary containing the following::