Update README.rst#1805
Conversation
Returns ```None```:
```python
blob = bucket.get_blob('/remote/path/to/file.txt')
```
Returns blob:
```python
blob = bucket.get_blob('remote/path/to/file.txt')
```
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
LGTM. @jgeewax this is certainly not an issue where copyright assignment would matter: do we need to wait for CLA to be happy before merging? |
|
I signed it! |
|
CLAs look good, thanks! |
|
Thank you for the patch! |
|
@dhermes : In general, the safe bet is to get a CLA signed on everything. I agree it seems silly to require this for things like typo fixes, but it's still important. |
* fix: fix type error in credentials.py for python 3.7 and 3.8 * fix linting error
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Shuowei Li <[email protected]>
Returns
None:Returns blob: