Fix a typo in a comment in v2 client
Change-Id: I835af00af62046e9a391a08e675bc6eeb7267824
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user