Skip to content

Commit 7253600

Browse files
bkjohpicnixz
andauthored
accept suggestion from picnixz
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent d1281cb commit 7253600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/getpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def unix_getpass(prompt='Password: ', stream=None, *, echo_char=None):
3333
prompt: Written on stream to ask for the input. Default: 'Password: '
3434
stream: A writable file object to display the prompt. Defaults to
3535
the tty. If no tty is available defaults to sys.stderr.
36-
echo_char: A single-character string used to mask input (e.g., '*').
36+
echo_char: A single ASCII character to mask input (e.g., '*').
3737
If None, input is hidden.
3838
Returns:
3939
The seKr3t input.

0 commit comments

Comments
 (0)