From daef27d3419308b9030470b0ed95f48d03425486 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Sun, 21 Sep 2014 21:18:50 -0700 Subject: [PATCH] Changing module docstring in storage __init__. --- gcloud/storage/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gcloud/storage/__init__.py b/gcloud/storage/__init__.py index 8d3db4613f91..de71d5ee9580 100644 --- a/gcloud/storage/__init__.py +++ b/gcloud/storage/__init__.py @@ -4,6 +4,7 @@ >>> import gcloud.storage >>> bucket = gcloud.storage.get_bucket('bucket-id-here', + 'project-id', 'long-email@googleapis.com', '/path/to/private.key') >>> # Then do other things...