--- a/PipxInterface/PipxProcess.py Sun Sep 15 15:48:45 2024 +0200 +++ b/PipxInterface/PipxProcess.py Sun Sep 15 17:10:27 2024 +0200 @@ -4,7 +4,7 @@ # """ -Module implementing a QProcess derive class with a timeout and convenience signals. +Module implementing a QProcess derived class with a timeout and convenience signals. """ from PyQt6.QtCore import QProcess, QTimer, pyqtSignal, pyqtSlot @@ -12,7 +12,7 @@ class PipxProcess(QProcess): """ - Class implementing a QProcess derive class with a timeout and convenience signals + Class implementing a QProcess derived class with a timeout and convenience signals succeeded and failed. @signal failed() emitted to indicate a process failure