Skip to content

Commit

Permalink
Merge pull request #243 from gtaylor/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in custom_metric.py
  • Loading branch information
waprin committed Apr 7, 2016
2 parents a25245c + 75ea398 commit 7a19781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/api/v3/custom_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7a19781

Please sign in to comment.