Skip to content

Commit 9729312

Browse files
Vision 1.1 API Client (#3069)
1 parent 409971d commit 9729312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-storage/google/cloud/storage

packages/google-cloud-storage/google/cloud/storage/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def upload_from_string(self, data, content_type='text/plain', client=None):
659659
`lifecycle <https://cloud.google.com/storage/docs/lifecycle>`_
660660
API documents for details.
661661
662-
:type data: bytes or text
662+
:type data: bytes or str
663663
:param data: The data to store in this blob. If the value is
664664
text, it will be encoded as UTF-8.
665665

0 commit comments

Comments
 (0)