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()