eric7/WebBrowser/QtHelp/HelpDocsInstaller.py

branch
eric7
changeset 8338
29feb4027695
parent 8318
962bce857696
child 8463
4a25c872d020
--- a/eric7/WebBrowser/QtHelp/HelpDocsInstaller.py	Thu May 20 19:21:36 2021 +0200
+++ b/eric7/WebBrowser/QtHelp/HelpDocsInstaller.py	Thu May 20 19:22:05 2021 +0200
@@ -99,7 +99,7 @@
                     return
                 self.__mutex.unlock()
         
-        changes |= self.__installEric6Doc(engine)
+        changes |= self.__installEric7Doc(engine)
         engine = None
         del engine
         self.docsInstalled.emit(changes)
@@ -190,7 +190,7 @@
         
         return False
     
-    def __installEric6Doc(self, engine):
+    def __installEric7Doc(self, engine):
         """
         Private method to install/update the eric help documentation.
         

eric ide

mercurial