--- a/QScintilla/Exporters/__init__.py Tue Oct 15 22:03:54 2013 +0200 +++ b/QScintilla/Exporters/__init__.py Fri Oct 18 23:00:41 2013 +0200 @@ -37,7 +37,8 @@ @param format format of the exporter (string) @param editor reference to the editor object (QScintilla.Editor.Editor) - @return reference to the instanciated exporter object (QScintilla.Exporter.Exporter) + @return reference to the instanciated exporter object + (QScintilla.Exporter.Exporter) """ try: if format == "HTML":