We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec956b commit 454c796Copy full SHA for 454c796
docs/logging-client.rst
@@ -1,5 +1,5 @@
1
Stackdriver Logging Client
2
-==============
+==========================
3
4
.. automodule:: gcloud.logging.client
5
:members:
gcloud/logging/connection.py
@@ -45,7 +45,7 @@ class Connection(base_connection.JSONConnection):
45
'https://www.googleapis.com/auth/logging.write',
46
'https://www.googleapis.com/auth/logging.admin',
47
'https://www.googleapis.com/auth/cloud-platform')
48
- """The scopes required for authenticating as a Stackdriver Logging consumer."""
+ """The scopes required for authenticating as a Logging consumer."""
49
50
51
class _LoggingAPI(object):
0 commit comments