Skip to content

Commit befc8ff

Browse files
Vision 1.1 API Client (#3069)
1 parent e062870 commit befc8ff

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-logging/google/cloud/logging

1 file changed

+1
-1
lines changed

packages/google-cloud-logging/google/cloud/logging/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def log_text(self, text, client=None, labels=None, insert_id=None,
171171
See:
172172
https://cloud.google.com/logging/docs/api/reference/rest/v2/entries/write
173173
174-
:type text: text
174+
:type text: str
175175
:param text: the log message.
176176
177177
:type client: :class:`~google.cloud.logging.client.Client` or

0 commit comments

Comments
 (0)