QScintilla/Exporters/__init__.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3011
18292228c724
child 3145
a9de05d4a22f
--- 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":

eric ide

mercurial