Skip to content

Commit

Permalink
args swapped in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptone committed Dec 30, 2014
1 parent b343acf commit 07a0a11
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 07a0a11

Please sign in to comment.