From 61232de554acbff23e5ed4ebad022f4d179d6716 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 13 Oct 2014 16:34:35 -0400 Subject: [PATCH] Lose trailing whitespace. --- gcloud/storage/key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud/storage/key.py b/gcloud/storage/key.py index 3ddc705fb6a5..0e17f93902a0 100644 --- a/gcloud/storage/key.py +++ b/gcloud/storage/key.py @@ -138,7 +138,7 @@ def rename(self, new_name): Effectively, copies key to the same bucket with a new name, then deletes the key. - + .. warning:: This method will first duplicate the data and then delete the old key.