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 a99e900 commit bbd741aCopy full SHA for bbd741a
Doc/library/getpass.rst
@@ -27,7 +27,7 @@ The :mod:`getpass` module provides two functions:
27
28
The *echo_char* argument controls how user input is displayed while typing.
29
If *echo_char* is ``None`` (default), input remains hidden. Otherwise,
30
- *echo_char* must be a single-character, printable ASCII string and each
+ *echo_char* must be a single printable ASCII character and each
31
typed character is replaced by it. For example, ``echo_char='*'`` will
32
display asterisks instead of the actual input.
33
0 commit comments