From 384dda30965d01150557ec81f04523aa3af3d47e Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Mon, 2 Dec 2024 23:13:47 +0000 Subject: [PATCH] Update core.py --- iblqt/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iblqt/core.py b/iblqt/core.py index f8aba62..9e4b988 100644 --- a/iblqt/core.py +++ b/iblqt/core.py @@ -540,8 +540,8 @@ def addPaths(self, paths: list[Path] | list[str]) -> list[Path]: """ Add each path in paths to the PathWatcher. - Paths are not added if they not exist, or if they are already being monitored by - the PathWatcher. + Paths are not added if they do not exist, or if they are already being monitored + by the PathWatcher. If a path specifies a directory, the directoryChanged() signal will be emitted when the path is modified or removed from disk; otherwise the fileChanged()