Skip to content

docs(storage): clarify docstring for 'Blob.download_as_string'#9332

Merged
tseaver merged 3 commits intogoogleapis:masterfrom
tseaver:9290-storage-fix-blob-download_as_string-docstring
Sep 27, 2019
Merged

docs(storage): clarify docstring for 'Blob.download_as_string'#9332
tseaver merged 3 commits intogoogleapis:masterfrom
tseaver:9290-storage-fix-blob-download_as_string-docstring

Conversation

@tseaver
Copy link
Copy Markdown
Contributor

@tseaver tseaver commented Sep 27, 2019

Specify that the returned value is bytes in the summary, and note the
historical reason for the confused method name.

Closes #9290.

Specify that the returned value is bytes in the summary, and note the
historical reason for the confused method name.

Closes #9290.
@tseaver tseaver added the type: docs Improvement to the documentation for an API. label Sep 27, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 27, 2019
Comment thread storage/google/cloud/storage/blob.py Outdated
@tseaver tseaver merged commit 20ebf60 into googleapis:master Sep 27, 2019
@tseaver tseaver deleted the 9290-storage-fix-blob-download_as_string-docstring branch September 27, 2019 15:57
parthea pushed a commit that referenced this pull request Mar 9, 2026
Specify that the returned value is bytes in the summary.

Closes #9290.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. type: docs Improvement to the documentation for an API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Storage: download_as_string documentation says that it downloads a string, instead of bytes

3 participants