diff options
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/Api.py b/module/Api.py index 1440f485e..8c32f4b7a 100644 --- a/module/Api.py +++ b/module/Api.py @@ -655,10 +655,7 @@ class Api(Iface): return self.core.accountManager.accounts.keys() def updateAccount(self, plugin, account, password=None, options={}): - """Changes pw/options for specific account. - - :param data: `AccountData` - """ + """Changes pw/options for specific account.""" self.core.accountManager.updateAccount(plugin, account, password, options) def removeAccount(self, plugin, account): |