Fix typo in json_api docstring

This commit is contained in:
Calum Lind 2012-11-28 23:35:56 +00:00
parent e90e608fdd
commit 6b9ae264ff
1 changed files with 1 additions and 1 deletions

View File

@ -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/"}
}]) }])
""" """