HighlightingStylesReader: corrected a source docu string.

Thu, 04 Feb 2021 14:35:50 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 04 Feb 2021 14:35:50 +0100
changeset 8066
1208cdae96b6
parent 8065
3554ff6fbba5
child 8067
a467ab075be0

HighlightingStylesReader: corrected a source docu string.

eric6/E5XML/HighlightingStylesReader.py file | annotate | diff | comparison | revisions
--- a/eric6/E5XML/HighlightingStylesReader.py	Thu Feb 04 14:35:13 2021 +0100
+++ b/eric6/E5XML/HighlightingStylesReader.py	Thu Feb 04 14:35:50 2021 +0100
@@ -35,6 +35,9 @@
     def readXML(self):
         """
         Public method to read and parse the XML document.
+        
+        @return list of read lexer style definitions
+        @rtype list of dict
         """
         self.__lexersList = []
         

eric ide

mercurial