From 6b9ae264ffcd3c7dced610950f1165c780fc0b47 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 a4b8cc73b..a59ab5af8 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/"} }]) """