Skip to content

Commit 9d52a8c

Browse files
authored
Merge pull request #2150 from waprin/fix_value_type
Fix value type link
2 parents 302cc70 + 1675c3b commit 9d52a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/monitoring/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def time_series(metric, resource, value,
296296
.. note::
297297
298298
The Python type of the value will determine the
299-
`class`:ValueType: sent to the API, which must match the value
299+
:class:`~ValueType` sent to the API, which must match the value
300300
type specified in the metric descriptor. For example, a Python
301301
float will be sent to the API as a :data:`ValueType.DOUBLE`.
302302

0 commit comments

Comments
 (0)