From 2ce07ede78d2430d309f42e6f0ded3487d751cce Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 26 Jan 2015 18:34:44 -0800 Subject: [PATCH] Adding methods for default / implicit behavior in storage. Addresses part of #337. --- gcloud/storage/_implicit_environ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud/storage/_implicit_environ.py b/gcloud/storage/_implicit_environ.py index 75ce5b8b1f11b..5523a167cdf34 100644 --- a/gcloud/storage/_implicit_environ.py +++ b/gcloud/storage/_implicit_environ.py @@ -15,7 +15,7 @@ """Module to provide implicit behavior based on enviroment. Acts as a mutable namespace to allow the datastore package to -infer the current dataset ID and connection from the enviroment. +imply the current dataset ID and connection from the enviroment. """