Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix docstring copy-pasta.
Addresses:
#1590 (comment).
  • Loading branch information
tseaver committed Mar 14, 2016
commit 02eecd1edf2a198a87b6f59709c22f6a024251bd
4 changes: 2 additions & 2 deletions gcloud/logging/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def metric(self, name, filter_, description=''):
:type description: string
:param description: the description of the metric to be constructed.

:rtype: :class:`gcloud.pubsub.logger.Logger`
:returns: Logger created with the current client.
:rtype: :class:`gcloud.pubsub.metric.Metric`
:returns: Metric created with the current client.
"""
return Metric(name, filter_, client=self, description=description)

Expand Down