src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r c712d09cc839 -r f6881d10e995 src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py
--- a/src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/WebBrowser/Bookmarks/NsHtmlReader.py	Fri Dec 22 17:24:07 2023 +0100
@@ -44,9 +44,11 @@
         """
         Public method to read a Netscape HTML bookmark file.
 
-        @param fileNameOrDevice name of the file to read (string)
+        @param fileNameOrDevice name of the file to read
+        @type str
             or reference to the device to read (QIODevice)
-        @return reference to the root node (BookmarkNode)
+        @return reference to the root node
+        @rtype BookmarkNode
         """
         if isinstance(fileNameOrDevice, QIODevice):
             dev = fileNameOrDevice

eric ide

mercurial