mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
Fix typo
This commit is contained in:
parent
1462795480
commit
fe98e1c11e
1 changed files with 1 additions and 1 deletions
|
@ -124,4 +124,4 @@ class Daemon(object):
|
||||||
"""
|
"""
|
||||||
Returns a list of the exported methods.
|
Returns a list of the exported methods.
|
||||||
"""
|
"""
|
||||||
return self.rpccserver.get_method_list()
|
return self.rpcserver.get_method_list()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue