From 8a462b7ad959a3c0fba3d113307b1f649c2b449b Mon Sep 17 00:00:00 2001 From: Matt Perpick Date: Tue, 19 Jun 2012 12:36:54 -0400 Subject: [PATCH] Updating comment. --- checks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/__init__.py b/checks/__init__.py index d21202e9b2..4ffd59631e 100644 --- a/checks/__init__.py +++ b/checks/__init__.py @@ -240,7 +240,7 @@ def get_metrics(self): This is the preferred method to retrieve metrics @return the list of samples - @rtype [(metric_name, timestamp, value, {"tags": ["tag1", "tag2]}), ...] + @rtype [(metric_name, timestamp, value, {"tags": ["tag1", "tag2"]}), ...] """ metrics = [] for m in self._sample_store: