diff --git a/gcloud/storage/__init__.py b/gcloud/storage/__init__.py index 8ab28e7edf31..c91b0bc1c9ab 100644 --- a/gcloud/storage/__init__.py +++ b/gcloud/storage/__init__.py @@ -22,7 +22,7 @@ >>> key = bucket.get_key('/remote/path/to/file.txt') >>> print key.get_contents_as_string() >>> key.set_contents_from_string('New contents!') ->>> bucket.upload_file('/local/path.txt', '/remote/path/storage.txt') +>>> bucket.upload_file('/remote/path/storage.txt', '/local/path.txt') The main concepts with this API are: