Merge "fix typo"

This commit is contained in:
Jenkins
2014-03-06 10:04:11 +00:00
committed by Gerrit Code Review

View File

@@ -106,7 +106,7 @@ def retry(service_name):
class Session(object):
"""
A Session stores information that can be user by the different
A Session stores information that can be used by the different
Openstack Clients. The most important data is:
* self.token - The Openstack token to be used accross services;
* self.catalog - Allowing to retrieve services' endpoints.