eric7/QScintilla/DocstringGenerator/PyDocstringGenerator.py

branch
eric7
changeset 9180
e628d31e2a10
parent 8881
54e42bc2437a
--- 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))
 

eric ide

mercurial