downloads: fix docstring for .get()
An earlier commit removed the prompt_download_directory parameter, it is now passed via **kwargs and should thus be removed from the docstring.
This commit is contained in:
parent
220203dd9c
commit
16e1f8eac9
@ -802,9 +802,6 @@ class DownloadManager(QAbstractListModel):
|
||||
request: The QNetworkRequest to download.
|
||||
fileobj: The file object to write the answer to.
|
||||
filename: A path to write the data to.
|
||||
prompt_download_directory: Whether to prompt for the download dir
|
||||
or automatically download. If None, the
|
||||
config is used.
|
||||
**kwargs: Passed to fetch_request.
|
||||
|
||||
Return:
|
||||
|
Loading…
Reference in New Issue
Block a user