Skip to content

Commit 3887d71

Browse files
authored
Updated docstrings
1 parent 4bdcf7e commit 3887d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithmia/datafile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def getFile(self, as_path=False):
5454
def getAsZip(self):
5555
"""Download/decompress file/directory and return path to file/directory.
5656
57-
Expects the `DataFile` object to point to a zip-compatible data API location.
57+
Expects the `DataFile` object to contain a data API path pointing to a file/directory compressed with a zip-based compression algorithm.
5858
Either returns the directory or a path to the file, depending on whether a directory or file was zipped.
5959
"""
6060
local_file_path = self.getFile(as_path=True)

0 commit comments

Comments
 (0)