From 6e75a194c3c83e491f5906da12bc9a2aee8137e7 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 28 Nov 2012 23:35:56 +0000 Subject: [PATCH] Fix typo in json_api docstring --- deluge/ui/web/json_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/json_api.py b/deluge/ui/web/json_api.py index 4cae31562..c8a1bab6d 100644 --- a/deluge/ui/web/json_api.py +++ b/deluge/ui/web/json_api.py @@ -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/"} }]) """