Fix a typo in a comment in v2 client

Change-Id: I835af00af62046e9a391a08e675bc6eeb7267824
This commit is contained in:
Balazs Gibizer
2014-02-19 16:14:06 +01:00
parent 97957eae21
commit 657b4851f0

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)