src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10938
2a7e115e2198
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py
--- a/src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/WebBrowser/SpellCheck/ManageDictionariesDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -170,11 +170,11 @@
         self.dictionariesUrlEdit.setReadOnly(not checked)
 
     @pyqtSlot(str)
-    def on_locationComboBox_currentTextChanged(self, txt):
+    def on_locationComboBox_currentTextChanged(self, _txt):
         """
         Private slot to handle a change of the installation location.
 
-        @param txt installation location
+        @param _txt installation location (unused)
         @type str
         """
         self.__checkInstalledDictionaries()

eric ide

mercurial