diff --git a/gcloud/logging/client.py b/gcloud/logging/client.py index 4499fcdf9c4e..6be5a7835aba 100644 --- a/gcloud/logging/client.py +++ b/gcloud/logging/client.py @@ -49,7 +49,7 @@ def logger(self, name): :type name: string :param name: the name of the logger to be constructed. - :rtype: :class:`gcloud.pubsub.logger.Logger` + :rtype: :class:`gcloud.logging.logger.Logger` :returns: Logger created with the current client. """ return Logger(name, client=self)