Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1223
199ad2f5be4e
--- a/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html	Fri Mar 11 16:51:57 2011 +0100
@@ -102,7 +102,7 @@
 </table>
 <a NAME="CompleterPython.__init__" ID="CompleterPython.__init__"></a>
 <h4>CompleterPython (Constructor)</h4>
-<b>CompleterPython</b>(<i>editor, parent = None</i>)
+<b>CompleterPython</b>(<i>editor, parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -129,7 +129,7 @@
 <h4>CompleterPython.__dedentExceptToTry</h4>
 <b>__dedentExceptToTry</b>(<i>hasColon</i>)
 <p>
-        Private method to dedent the line of the except statement to the last 
+        Private method to dedent the line of the except statement to the last
         try statement with less (or equal) indentation.
 </p><dl>
 <dt><i>hasColon</i></dt>
@@ -140,7 +140,7 @@
 <h4>CompleterPython.__dedentFinallyToTry</h4>
 <b>__dedentFinallyToTry</b>(<i></i>)
 <p>
-        Private method to dedent the line of the except statement to the last 
+        Private method to dedent the line of the except statement to the last
         try statement with less (or equal) indentation.
 </p><a NAME="CompleterPython.__dedentToIf" ID="CompleterPython.__dedentToIf"></a>
 <h4>CompleterPython.__dedentToIf</h4>
@@ -224,7 +224,7 @@
 <h4>CompleterPython.__isClassmethodDef</h4>
 <b>__isClassmethodDef</b>(<i></i>)
 <p>
-        Private method to check, if the user is defing a classmethod 
+        Private method to check, if the user is defing a classmethod
         (@classmethod) method.
 </p><dl>
 <dt>Returns:</dt>

eric ide

mercurial