--- a/Documentation/Source/eric6.UI.CodeDocumentationViewer.html Sun Nov 05 13:24:07 2017 +0100 +++ b/Documentation/Source/eric6.UI.CodeDocumentationViewer.html Sun Nov 05 17:16:40 2017 +0100 @@ -184,14 +184,15 @@ <p> Public method to provide the documentation info to the viewer. </p><p> - If documentationInfo is a dictionary, it should contains these keys - and data: + If documentationInfo is a dictionary, it should contain these + (optional) keys and data: </p><p> name: the name of the inspected object - argspec: its argspec + argspec: its arguments specification note: A phrase describing the type of object (function or method) and the module it belongs to. docstring: its documentation string + typ: its type information </p><dl> <dt><i>documentationInfo</i> (dict or str)</dt> <dd>