src/eric7/WebBrowser/Download/DownloadModel.py

branch
eric7
changeset 10417
c6011e501282
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/WebBrowser/Download/DownloadModel.py	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/WebBrowser/Download/DownloadModel.py	Sun Dec 17 17:15:19 2023 +0100
@@ -37,7 +37,7 @@
         @param role role of the data to retrieve
         @type int
         @return requested data
-        @rtype any
+        @rtype Any
         """
         if index.row() < 0 or index.row() >= self.rowCount(index.parent()):
             return None

eric ide

mercurial