--- a/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html Fri Jan 08 17:04:18 2010 +0000 +++ b/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html Fri Jan 08 19:14:19 2010 +0000 @@ -540,16 +540,13 @@ </dd> </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a> <h4>DebugClientBase.input</h4> -<b>input</b>(<i>prompt, echo</i>) +<b>input</b>(<i>prompt</i>) <p> Public method to implement input() using the event loop. </p><dl> <dt><i>prompt</i></dt> <dd> the prompt to be shown (string) -</dd><dt><i>echo</i></dt> -<dd> -Flag indicating echoing of the input (boolean) </dd> </dl><dl> <dt>Returns:</dt>