Skip to content

Commit 454c796

Browse files
committed
Fix sphinx warnings for headers.
1 parent 6ec956b commit 454c796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/logging-client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Stackdriver Logging Client
2-
==============
2+
==========================
33

44
.. automodule:: gcloud.logging.client
55
:members:

gcloud/logging/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Connection(base_connection.JSONConnection):
4545
'https://www.googleapis.com/auth/logging.write',
4646
'https://www.googleapis.com/auth/logging.admin',
4747
'https://www.googleapis.com/auth/cloud-platform')
48-
"""The scopes required for authenticating as a Stackdriver Logging consumer."""
48+
"""The scopes required for authenticating as a Logging consumer."""
4949

5050

5151
class _LoggingAPI(object):

0 commit comments

Comments
 (0)