Skip to content

Commit bbd741a

Browse files
bkjohpicnixz
andauthored
reword echo_char description per suggestion
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent a99e900 commit bbd741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/getpass.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The :mod:`getpass` module provides two functions:
2727

2828
The *echo_char* argument controls how user input is displayed while typing.
2929
If *echo_char* is ``None`` (default), input remains hidden. Otherwise,
30-
*echo_char* must be a single-character, printable ASCII string and each
30+
*echo_char* must be a single printable ASCII character and each
3131
typed character is replaced by it. For example, ``echo_char='*'`` will
3232
display asterisks instead of the actual input.
3333

0 commit comments

Comments
 (0)