Skip to content

Commit

Permalink
Revert "args swapped in docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 30, 2014
1 parent 9607365 commit f9fa2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/storage/__init__.py
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('/local/path.txt', '/remote/path/storage.txt')
>>> bucket.upload_file('/remote/path/storage.txt', '/local/path.txt')
The main concepts with this API are:
Expand Down

0 comments on commit f9fa2cb

Please sign in to comment.