File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,13 +245,13 @@ def download_file(
245
245
246
246
:param url: the url to GET
247
247
:param dest: local directory path for the downloaded file
248
- :param filename: the local path whether to store this resource, by
249
- default use the name provided in the ``Content-Disposition``
248
+ :param filename: the local path where to store this resource, by
249
+ default uses the name provided in the ``Content-Disposition``
250
250
header.
251
251
:param validate: function to call once the download is complete for
252
252
detecting invalid / corrupted download. Takes the local path as
253
253
parameter and returns a boolean.
254
- :param exception_on_error: if True raise an exception in case download
254
+ :param exception_on_error: if True raises an exception in case download
255
255
fails instead of returning None.
256
256
:return: the name of the file or None if there is an error
257
257
"""
You can’t perform that action at this time.
0 commit comments