Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcloud/monitoring/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def time_series(metric, resource, value,
.. note::

The Python type of the value will determine the
`class`:ValueType: sent to the API, which must match the value
:class:`~ValueType` sent to the API, which must match the value
type specified in the metric descriptor. For example, a Python
float will be sent to the API as a :data:`ValueType.DOUBLE`.

Expand Down