Skip to content

Commit 829bd48

Browse files
committed
Typo in documentation
1 parent 4609edd commit 829bd48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/murfey/client/analyser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ def post_transfer(self, transferred_file: Path):
327327
def _analyse_in_thread(self):
328328
"""
329329
Class function that will be executed by the '_thread' attribute. It will
330-
execute a while-loop in which is takes files of the queue and feeds them
331-
into the '_analyse' class function until '_halt_thread' is set to True.
330+
execute a while-loop where it takes files off the queue and feeds them to
331+
the '_analyse' class function until '_halt_thread' is set to True.
332332
"""
333333
logger.info("Analyser thread started")
334334
while not self._halt_thread:

0 commit comments

Comments
 (0)