--- 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