mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-06 07:03:08 +00:00
Fix typo in json_api docstring
This commit is contained in:
parent
e90e608fdd
commit
6b9ae264ff
@ -759,7 +759,7 @@ class WebApi(JSONComponent):
|
|||||||
|
|
||||||
>>> json_api.web.add_torrents([{
|
>>> json_api.web.add_torrents([{
|
||||||
"path": "/tmp/deluge-web/some-torrent-file.torrent",
|
"path": "/tmp/deluge-web/some-torrent-file.torrent",
|
||||||
"options": {"download_path": "/home/deluge/"}
|
"options": {"download_location": "/home/deluge/"}
|
||||||
}])
|
}])
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user