From cab504c90e13c8c90af73ee49938ca5d7e0b93f4 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 30 Mar 2009 22:07:47 +0000 Subject: [PATCH] fix a typo in a doc string --- 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 025f2cdb0..f13083678 100644 --- a/deluge/ui/web/json_api.py +++ b/deluge/ui/web/json_api.py @@ -487,7 +487,7 @@ class WebApi(JSONComponent): """ Stops a running daemon. - :param connection_Id: str, the hash id of the connection + :param connection_id: str, the hash id of the connection """ main_deferred = Deferred()