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:
Daniel Schadt 2016-07-07 12:50:01 +02:00
parent 220203dd9c
commit 16e1f8eac9

View File

@ -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: