diff --git a/src/tagstudio/qt/mixed/progress_bar.py b/src/tagstudio/qt/mixed/progress_bar.py index cc413c5d..c7bd1fe9 100644 --- a/src/tagstudio/qt/mixed/progress_bar.py +++ b/src/tagstudio/qt/mixed/progress_bar.py @@ -53,7 +53,7 @@ class ProgressWidget(QWidget): self, function: Callable, update_label_callback: Callable | None, *done_callbacks ): """Display the progress widget from a threaded iterable function. - + Method expects the iterable to yield the number of completed objects. """ iterator = FunctionIterator(function)