Skip to content

Commit

Permalink
Merge pull request #473 from ptone/patch-1
Browse files Browse the repository at this point in the history
args swapped in docs
  • Loading branch information
dhermes committed Dec 30, 2014
2 parents b343acf + 07a0a11 commit 9607365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('/remote/path/storage.txt', '/local/path.txt')
>>> bucket.upload_file('/local/path.txt', '/remote/path/storage.txt')
The main concepts with this API are:
Expand Down

0 comments on commit 9607365

Please sign in to comment.