Merge "Fix a typo in a comment in v2 client"

This commit is contained in:
Jenkins
2014-02-19 23:34:40 +00:00
committed by Gerrit Code Review

View File

@@ -36,7 +36,7 @@ class Client(object):
"""
def __init__(self, *args, **kwargs):
"""Initialize a new client for the Ceilometer v1 API."""
"""Initialize a new client for the Ceilometer v2 API."""
self.http_client = http.HTTPClient(*args, **kwargs)
self.meters = meters.MeterManager(self.http_client)
self.samples = samples.SampleManager(self.http_client)