Skip to content

Commit cd41be4

Browse files
committed
Merge pull request #1589 from tseaver/logging-client_logger_docstring_typo
Fix copy-pasta in 'Client.logger' docstring.
2 parents 427f96d + cb3772d commit cd41be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud/logging/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def logger(self, name):
5252
:type name: string
5353
:param name: the name of the logger to be constructed.
5454
55-
:rtype: :class:`gcloud.pubsub.logger.Logger`
55+
:rtype: :class:`gcloud.logging.logger.Logger`
5656
:returns: Logger created with the current client.
5757
"""
5858
return Logger(name, client=self)

0 commit comments

Comments
 (0)