eric6/WebBrowser/QtHelp/HelpDocsInstaller.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7960
e8fc383322f7
child 8143
2c730d5fd177
--- a/eric6/WebBrowser/QtHelp/HelpDocsInstaller.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/WebBrowser/QtHelp/HelpDocsInstaller.py	Mon Feb 01 10:38:16 2021 +0100
@@ -135,7 +135,6 @@
                 not os.path.isdir(docsPath) or
                 len(QDir(docsPath).entryList(["*.qch"])) == 0
             ):
-                # Qt installer is a bit buggy; it's missing a symbolic link
                 docsPathList = QDir.fromNativeSeparators(docsPath).split("/")
                 docsPath = os.sep.join(
                     docsPathList[:-3] +
@@ -191,7 +190,7 @@
     
     def __installEric6Doc(self, engine):
         """
-        Private method to install/update the eric6 help documentation.
+        Private method to install/update the eric help documentation.
         
         @param engine reference to the help engine (QHelpEngineCore)
         @return flag indicating success (boolean)

eric ide

mercurial