diff --git a/logging/google/cloud/logging/handlers/app_engine.py b/logging/google/cloud/logging/handlers/app_engine.py index 3db1d6c03282..40631b312372 100644 --- a/logging/google/cloud/logging/handlers/app_engine.py +++ b/logging/google/cloud/logging/handlers/app_engine.py @@ -34,14 +34,14 @@ class AppEngineHandler(CloudLoggingHandler): """A logging handler that sends App Engine-formatted logs to Stackdriver. - :type client: :class:`google.cloud.logging.client` - :param client: the authenticated Google Cloud Logging client for this - handler to use + :type client: :class:`~google.cloud.logging.client.Client` + :param client: The authenticated Google Cloud Logging client for this + handler to use. :type transport: type :param transport: The transport class. It should be a subclass of :class:`.Transport`. If unspecified, - :class:`.BackgroundThreadTransport`will be used. + :class:`.BackgroundThreadTransport` will be used. """ def __init__(self, client,