We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1281cb commit 7253600Copy full SHA for 7253600
Lib/getpass.py
@@ -33,7 +33,7 @@ def unix_getpass(prompt='Password: ', stream=None, *, echo_char=None):
33
prompt: Written on stream to ask for the input. Default: 'Password: '
34
stream: A writable file object to display the prompt. Defaults to
35
the tty. If no tty is available defaults to sys.stderr.
36
- echo_char: A single-character string used to mask input (e.g., '*').
+ echo_char: A single ASCII character to mask input (e.g., '*').
37
If None, input is hidden.
38
Returns:
39
The seKr3t input.
0 commit comments