Skip to content

Commit daef27d

Browse files
committed
Changing module docstring in storage __init__.
1 parent 2c7b505 commit daef27d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcloud/storage/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
>>> import gcloud.storage
66
>>> bucket = gcloud.storage.get_bucket('bucket-id-here',
7+
'project-id',
78
'long-email@googleapis.com',
89
'/path/to/private.key')
910
>>> # Then do other things...

0 commit comments

Comments
 (0)