eric6/E5Gui/E5ProcessDialog.py

changeset 8268
6b8128e0c9d1
parent 8218
7c09585bd960
diff -r 6baca884c73a -r 6b8128e0c9d1 eric6/E5Gui/E5ProcessDialog.py
--- a/eric6/E5Gui/E5ProcessDialog.py	Tue Apr 27 17:42:00 2021 +0200
+++ b/eric6/E5Gui/E5ProcessDialog.py	Wed Apr 28 19:42:28 2021 +0200
@@ -27,9 +27,9 @@
     """
     Class implementing a dialog starting a process and showing its output.
     
-    It starts a QProcess and displays a dialog that
-    shows the output of the process. The dialog is modal,
-    which causes a synchronized execution of the process.
+    It starts a QProcess and displays a dialog that shows the output of the
+    process. The dialog is modal, which causes a synchronized execution of
+    the process.
     """
     def __init__(self, outputTitle="", windowTitle="", showProgress=False,
                  parent=None):

eric ide

mercurial