Skip to content

Commit

Permalink
Changing module docstring in storage __init__.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 1, 2014
1 parent 2c7b505 commit daef27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcloud/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
>>> import gcloud.storage
>>> bucket = gcloud.storage.get_bucket('bucket-id-here',
'project-id',
'[email protected]',
'/path/to/private.key')
>>> # Then do other things...
Expand Down

3 comments on commit daef27d

@dhermes
Copy link
Contributor Author

@dhermes dhermes commented on daef27d Oct 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@silvolu @tseaver FYI I made this tiny docstring change and committed to mainline master.

@silvolu
Copy link
Contributor

@silvolu silvolu commented on daef27d Oct 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@tseaver
Copy link
Contributor

@tseaver tseaver commented on daef27d Oct 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

Please sign in to comment.