diff -r 9cfedb7c0574 -r a9d03af34d28 RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html Sun Nov 05 17:23:43 2017 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html Sun Nov 19 19:31:46 2017 +0100 @@ -78,7 +78,7 @@ <td><a href="#CodeAssistClient.__getDocumentation">__getDocumentation</a></td> <td>Private method to get some source code documentation.</td> </tr><tr> -<td><a href="#CodeAssistClient.__getObjectTypeAnName">__getObjectTypeAnName</a></td> +<td><a href="#CodeAssistClient.__getObjectTypeAndName">__getObjectTypeAndName</a></td> <td>Private method to determine an object type and name for the given location.</td> </tr><tr> <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td> @@ -181,9 +181,9 @@ <dd> dictionary containing the method parameters </dd> -</dl><a NAME="CodeAssistClient.__getObjectTypeAnName" ID="CodeAssistClient.__getObjectTypeAnName"></a> -<h4>CodeAssistClient.__getObjectTypeAnName</h4> -<b>__getObjectTypeAnName</b>(<i>project, sourceCode, offset, resource=None, maxfixes=1</i>) +</dl><a NAME="CodeAssistClient.__getObjectTypeAndName" ID="CodeAssistClient.__getObjectTypeAndName"></a> +<h4>CodeAssistClient.__getObjectTypeAndName</h4> +<b>__getObjectTypeAndName</b>(<i>project, sourceCode, offset, resource=None, maxfixes=1</i>) <p> Private method to determine an object type and name for the given location.