Skip to content

Commit

Permalink
PackageEntry.fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 27, 2024
1 parent 540b446 commit cd62b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/python/quilt3/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def fetch(self, dest=None, put_options=None):
Gets objects from entry and saves them to dest.
Args:
dest: where to put the files
dest: url for where to put the files
Defaults to the entry name
put_options: optional arguments to pass to the PutObject operation
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ Gets objects from entry and saves them to dest.

__Arguments__

* __dest__: where to put the files
* __dest__: url for where to put the files
Defaults to the entry name
* __put_options__: optional arguments to pass to the PutObject operation

Expand Down

0 comments on commit cd62b51

Please sign in to comment.