Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 2, 2024
1 parent fdb7af0 commit 384dda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iblqt/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 384dda3

Please sign in to comment.