Skip to content

Commit

Permalink
Fixing docstring (missing space).
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed May 16, 2017
1 parent 881a2da commit 1eb7b83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logging/google/cloud/logging/handlers/app_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1eb7b83

Please sign in to comment.