Removed an obsolete comment. eric7

Sun, 26 Jun 2022 17:21:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Jun 2022 17:21:24 +0200
branch
eric7
changeset 9180
e628d31e2a10
parent 9179
9ae7ca51e347
child 9181
809709f6f1d5

Removed an obsolete comment.

eric7/QScintilla/DocstringGenerator/PyDocstringGenerator.py file | annotate | diff | comparison | revisions
--- 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