Skip to content

Commit 54fb4e0

Browse files
Vision semi-GAPIC (#3373)
1 parent bcdc840 commit 54fb4e0

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-monitoring/google/cloud/monitoring

1 file changed

+1
-1
lines changed

packages/google-cloud-monitoring/google/cloud/monitoring/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _make_typed_value(value):
152152
type to send to the API. For example, a Python float will be sent to the
153153
API with "doubleValue" as its key.
154154
155-
See: https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TypedValue
155+
See https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TypedValue
156156
157157
:type value: bool, int, float, str, or dict
158158
:param value: value to infer the typed value of.

0 commit comments

Comments
 (0)