diff -r 84b65fb9e780 -r d133c7edd88a QScintilla/Exporters/ExporterTEX.py --- a/QScintilla/Exporters/ExporterTEX.py Sun Sep 29 15:54:10 2013 +0200 +++ b/QScintilla/Exporters/ExporterTEX.py Sun Sep 29 18:22:08 2013 +0200 @@ -40,7 +40,7 @@ def __getTexRGB(self, color): """ - Private method to convert a color object to a TeX color string + Private method to convert a color object to a TeX color string. @param color color object to convert (QColor) @return TeX color string (string)