Corrected a documentation typo.

Sat, 03 Aug 2024 19:37:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 03 Aug 2024 19:37:37 +0200
changeset 58
14c5df20f271
parent 57
6b147765d5ec
child 59
a5e7feb2310c

Corrected a documentation typo.

PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html file | annotate | diff | comparison | revisions
PluginPipxInterface.py file | annotate | diff | comparison | revisions
--- a/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html	Thu Aug 01 19:00:03 2024 +0200
+++ b/PipxInterface/Documentation/Source/Plugin_Pipx_Interface.PluginPipxInterface.html	Sat Aug 03 19:37:37 2024 +0200
@@ -83,7 +83,7 @@
 </tr>
 <tr>
 <td><a href="#PluginPipxInterface.__activateWidget">__activateWidget</a></td>
-<td>Private slot to handle the activation of the MQTT Monitor.</td>
+<td>Private slot to handle the activation of the pipx interface.</td>
 </tr>
 <tr>
 <td><a href="#PluginPipxInterface.__initialize">__initialize</a></td>
@@ -158,7 +158,7 @@
 <h4>PluginPipxInterface.__activateWidget</h4>
 <b>__activateWidget</b>(<i></i>)
 <p>
-        Private slot to handle the activation of the MQTT Monitor.
+        Private slot to handle the activation of the pipx interface.
 </p>
 
 <a NAME="PluginPipxInterface.__initialize" ID="PluginPipxInterface.__initialize"></a>
--- a/PluginPipxInterface.py	Thu Aug 01 19:00:03 2024 +0200
+++ b/PluginPipxInterface.py	Sat Aug 03 19:37:37 2024 +0200
@@ -249,7 +249,7 @@
 
     def __activateWidget(self):
         """
-        Private slot to handle the activation of the MQTT Monitor.
+        Private slot to handle the activation of the pipx interface.
         """
         uiLayoutType = self.__ui.getLayoutType()
 

eric ide

mercurial