Adds missing line break in docs

This commit is contained in:
Sergi Delgado Segura
2020-03-24 17:17:37 +01:00
parent 8d2c17884a
commit 1070062483

View File

@@ -172,6 +172,7 @@ class DBManager:
def load_watcher_appointments(self, include_triggered=False):
"""
Loads all the appointments from the database (all entries with the ``WATCHER_PREFIX`` prefix).
Args:
include_triggered (:obj:`bool`): Whether to include the appointments flagged as triggered or not. ``False``
by default.