mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
fix up docs
This commit is contained in:
@@ -160,6 +160,7 @@ class Account(object):
|
||||
|
||||
def update_config(self, kwargs):
|
||||
""" update config values.
|
||||
|
||||
:param kwargs: name=value config settings for this account.
|
||||
values need to be unicode.
|
||||
:returns: None
|
||||
@@ -529,7 +530,7 @@ class Account(object):
|
||||
|
||||
def add_account_plugin(self, plugin):
|
||||
""" add an account plugin which implements one or more of
|
||||
the :class:`deltachat.hookspec.PerAccount` specs.
|
||||
the :class:`deltachat.hookspec.PerAccount` hooks.
|
||||
"""
|
||||
self._pm.register(plugin)
|
||||
self._pm.check_pending()
|
||||
|
||||
Reference in New Issue
Block a user