From 1070062483ffa95ab0ff81c6ff23e044c72052b6 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Tue, 24 Mar 2020 17:17:37 +0100 Subject: [PATCH] Adds missing line break in docs --- teos/db_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teos/db_manager.py b/teos/db_manager.py index 92a92da..9a23eb2 100644 --- a/teos/db_manager.py +++ b/teos/db_manager.py @@ -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.