diff -r 7269e54fd316 -r d242ba11a04c RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html Sat Mar 14 14:24:53 2015 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html Sun Mar 22 17:33:44 2015 +0100 @@ -76,7 +76,7 @@ </table> <a NAME="CodeAssist.__init__" ID="CodeAssist.__init__"></a> <h4>CodeAssist (Constructor)</h4> -<b>CodeAssist</b>(<i>plugin, parent = None</i>) +<b>CodeAssist</b>(<i>plugin, parent=None</i>) <p> Constructor </p><dl> @@ -93,13 +93,13 @@ <p> Public method to calculate calltips. </p><dl> -<dt><i>editor</i></dt> +<dt><i>pos</i></dt> +<dd> +position in the text for the calltip (integer) +</dd><dt><i>editor</i></dt> <dd> reference to the editor object, that called this method QScintilla.Editor) -</dd><dt><i>pos</i></dt> -<dd> -position in the text for the calltip (integer) </dd> </dl><dl> <dt>Returns:</dt>