Skip to content

Commit 7a19781

Browse files
committed
Merge pull request #243 from gtaylor/patch-1
Fix minor typo in custom_metric.py
2 parents a25245c + 75ea398 commit 7a19781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/api/v3/custom_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def create_custom_metric(client, project_id,
6666
{
6767
"key": "environment",
6868
"valueType": "STRING",
69-
"description": "An abritrary measurement"
69+
"description": "An arbitrary measurement"
7070
}
7171
],
7272
"metricKind": metric_kind,

0 commit comments

Comments
 (0)