Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/logging/handlers/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CloudLoggingHandler(logging.StreamHandler):
"""Python standard ``logging`` handler.

This handler can be used to route Python standard logging messages
directly to the Google Cloud Logging API.
directly to the Stackdriver Logging API.

Note that this handler currently only supports a synchronous API call,
which means each logging statement that uses this handler will require
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/monitoring/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Label Descriptors for the `Google Monitoring API (V3)`_.
"""Label Descriptors for the `Stackdriver Monitoring API (V3)`_.

.. _Google Monitoring API (V3):
.. _Stackdriver Monitoring API (V3):
https://cloud.google.com/monitoring/api/ref_v3/rest/v3/LabelDescriptor
"""

Expand Down