--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html Thu May 25 19:52:31 2023 +0200 @@ -35,7 +35,7 @@ <tr> <td><a href="#getpass">getpass</a></td> -<td>Function to prompt for a password, with echo turned off.</td> +<td></td> </tr> <tr> <td><a href="#getuser">getuser</a></td> @@ -48,32 +48,6 @@ <h2>getpass</h2> <b>getpass</b>(<i>prompt="Password: ", stream=None</i>) -<p> - Function to prompt for a password, with echo turned off. -</p> -<dl> - -<dt><i>prompt</i> (str)</dt> -<dd> -Prompt to be shown to the user -</dd> -<dt><i>stream</i> (file)</dt> -<dd> -input stream to read from (ignored) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -Password entered by the user -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />