start some docs

This commit is contained in:
holger krekel
2020-02-26 15:10:57 +01:00
parent fb33c31378
commit 6213917089
8 changed files with 71 additions and 9 deletions

View File

@@ -517,7 +517,9 @@ class Account(object):
#
def add_account_plugin(self, plugin):
""" add an account plugin whose hookimpls are called. """
""" add an account plugin which implements one or more of
the :class:`deltachat.hookspec.PerAccount` specs.
"""
self._pm.register(plugin)
self._pm.check_pending()
return plugin