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

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterPython.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterPython.html	Sat Jan 16 16:51:23 2021 +0100
@@ -223,7 +223,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, if the cursor is inside a comment (boolean)
 </dd>
@@ -237,7 +237,7 @@
         string.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, if the cursor is inside a double
             quoted string (boolean)
@@ -252,7 +252,7 @@
         string.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, if the cursor is inside a single
             quoted string (boolean)
@@ -267,7 +267,7 @@
         quoted string.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, if the cursor is inside a triple double
             quoted string (boolean)
@@ -282,7 +282,7 @@
         quoted string.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, if the cursor is inside a triple single
             quoted string (boolean)
@@ -296,7 +296,7 @@
         Private method to check, if the user is defining a class method.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the definition of a class method (boolean)
 </dd>
@@ -310,7 +310,7 @@
         (@classmethod).
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the definition of a class method (boolean)
 </dd>
@@ -324,7 +324,7 @@
         (@staticmethod) method.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the definition of a static method (boolean)
 </dd>

eric ide

mercurial