mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix typo in json_api docstring
This commit is contained in:
parent
a3a9cae9f7
commit
6e75a194c3
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ class WebApi(JSONComponent):
|
|||
|
||||
>>> json_api.web.add_torrents([{
|
||||
"path": "/tmp/deluge-web/some-torrent-file.torrent",
|
||||
"options": {"download_path": "/home/deluge/"}
|
||||
"options": {"download_location": "/home/deluge/"}
|
||||
}])
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue