--- a/eric7/QScintilla/DocstringGenerator/PyDocstringGenerator.py Sun Jun 26 17:21:11 2022 +0200 +++ b/eric7/QScintilla/DocstringGenerator/PyDocstringGenerator.py Sun Jun 26 17:21:24 2022 +0200 @@ -741,7 +741,6 @@ if len(raiseRe) > 0: self.raiseList = [x.strip() for x in raiseRe] # remove duplicates from list while keeping it in the order - # stackoverflow.com/questions/7961363/removing-duplicates-in-lists self.raiseList = list(collections.OrderedDict.fromkeys( self.raiseList))