From 75ea3988522a445fb48b16741067329bd5a8cbf6 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Wed, 6 Apr 2016 22:12:06 -0700 Subject: [PATCH] Fix minor typo in custom_metric.py --- monitoring/api/v3/custom_metric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/api/v3/custom_metric.py b/monitoring/api/v3/custom_metric.py index 9f420b1aafd9..61d6aac81393 100644 --- a/monitoring/api/v3/custom_metric.py +++ b/monitoring/api/v3/custom_metric.py @@ -66,7 +66,7 @@ def create_custom_metric(client, project_id, { "key": "environment", "valueType": "STRING", - "description": "An abritrary measurement" + "description": "An arbitrary measurement" } ], "metricKind": metric_kind,