diff --git a/packages/google-cloud-monitoring/google/cloud/monitoring/timeseries.py b/packages/google-cloud-monitoring/google/cloud/monitoring/timeseries.py index a8b9551f1b6c..f13b00c3403b 100644 --- a/packages/google-cloud-monitoring/google/cloud/monitoring/timeseries.py +++ b/packages/google-cloud-monitoring/google/cloud/monitoring/timeseries.py @@ -152,7 +152,7 @@ def _make_typed_value(value): type to send to the API. For example, a Python float will be sent to the API with "doubleValue" as its key. - See: https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TypedValue + See https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TypedValue :type value: bool, int, float, str, or dict :param value: value to infer the typed value of.