mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
fix a typo in a doc string
This commit is contained in:
parent
38acdf7017
commit
cab504c90e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue